chore: Standardize button element (#1633)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-01-18 00:54:20 +05:30
committed by GitHub
parent cd7f17f280
commit 58fad2561d
6 changed files with 32 additions and 9 deletions

View File

@@ -1,6 +1,21 @@
.button {
margin-bottom: 0;
&.button--emoji {
background: var(--b-50);
border: 1px solid var(--color-border-light);
border-radius: var(--border-radius-large);
font-size: var(--font-size-small);
margin-right: var(--space-small);
padding: var(--space-small);
&:hover {
background: var(--b-200);
}
}
&.icon {
padding-left: $space-normal;
padding-right: $space-normal;

View File

@@ -72,7 +72,7 @@ $resolve-button-width: 13.2rem;
.button.resolve--button {
@include flex-align($x: center, $y: middle);
font-size: var(--font-size-default);
width: $resolve-button-width;
>.icon {