mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Updating Gradient Button styles (#606)
This commit is contained in:
parent
b362682d90
commit
f1bb8ebfa2
1 changed files with 5 additions and 1 deletions
|
|
@ -110,7 +110,11 @@ $base-class: 'button';
|
|||
padding: $medium;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
box-shadow: none;
|
||||
box-shadow: inset 0 -3px 0px 0 rgba(0, 0, 0, 0.25), 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
|
||||
|
||||
&:active {
|
||||
box-shadow: 0 1px 0 #734893, 0 -2px 0 #D1D9E9;
|
||||
}
|
||||
}
|
||||
|
||||
&--unstyled {
|
||||
|
|
|
|||
Loading…
Reference in a new issue