mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
decrease box-shadow
This commit is contained in:
parent
225d0e0af3
commit
86a577d76b
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ hr.soften {
|
|||
/* Download button */
|
||||
@-webkit-keyframes downloadButton {
|
||||
from { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.1); }
|
||||
50% { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 50px rgba(0,68,204,1); }
|
||||
50% { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 25px rgba(0,68,204,.9); }
|
||||
to { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.1); }
|
||||
}
|
||||
.masthead .btn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue