ft-button: copy box shadow from icon-button

This commit is contained in:
Cadence Ember 2020-06-20 02:29:43 +12:00
parent 5c67cd7271
commit 1323a9098f
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
font-weight: 500;
vertical-align: middle;
margin: 5px;
box-shadow: 0 0 2px -2px rgba(29, 39, 231, .1), 0 0 3px 0 rgba(29, 39, 231, .1), 0 0 5px 0 rgba(29, 39, 231, .1), 0 2px 2px -4px rgba(29, 39, 231, .1), 0 4px 8px 0 rgba(29, 39, 231, .1), 0 2px 15px 0 rgba(29, 39, 231, .1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.ripple {