.global-actions { margin: 0 -20px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; .global-title{ font-size: 20px; font-weight: 400; color: #424B4B; margin: 0; } &.single { justify-content: flex-end; } .left-content, .right-content{ display: flex; align-items: center; .btn { font-size: 0.8rem; padding: 0.6rem 0.8rem; } } .right-content{ .btn{ margin-left: 10px; &:first-child{ margin-left: 0; } } } }