chore: Refactor button styles (#2259)

This commit is contained in:
Nithin David Thomas
2021-05-20 13:51:46 +05:30
committed by GitHub
parent af8e681f2a
commit c681e8a01b
32 changed files with 490 additions and 260 deletions

View File

@@ -2,11 +2,11 @@ $resolve-button-width: 13.2rem;
// Conversation header - Light BG
.conv-header {
@include padding($space-small $space-normal);
@include background-white;
@include flex;
@include flex-align($x: justify, $y: middle);
@include border-normal-bottom;
padding: var(--space-small) var(--space-normal);
.multiselect-box {
@include flex;
@@ -70,6 +70,7 @@ $resolve-button-width: 13.2rem;
.header-actions-wrap {
align-items: center;
display: flex;
flex-direction: row;
flex-grow: 1;