Chore: Fixes icon size in button (#3555)
* Chore: Fixes icon size in button * Changes normal button to woot button
This commit is contained in:
committed by
GitHub
parent
ac372f188d
commit
c2191e48b1
@@ -66,6 +66,27 @@ $default-button-height: 4.0rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.clear.button--only-icon:hover {
|
||||
background: var(--w-50);
|
||||
|
||||
|
||||
&.secondary {
|
||||
background: var(--s-50);
|
||||
}
|
||||
|
||||
&.success {
|
||||
background: var(--g-50);
|
||||
}
|
||||
|
||||
&.alert {
|
||||
background: var(--r-50);
|
||||
}
|
||||
|
||||
&.warning {
|
||||
background: var(--y-100);
|
||||
}
|
||||
}
|
||||
|
||||
// Sizes
|
||||
&.tiny {
|
||||
height: var(--space-medium);
|
||||
|
||||
Reference in New Issue
Block a user