Remove the ripple
This commit is contained in:
parent
0185515e2a
commit
f70968a051
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
$ripple_size: 50px;
|
||||
|
||||
.ripple-box {
|
||||
background-color: rgba(255,255,255,0.2);
|
||||
background-color: rgba(0,0,0,0);
|
||||
box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
|
||||
// plus + 2px for the border (box-shadow)
|
||||
width: $ripple_size + 2px;
|
||||
|
|
Loading…
Reference in a new issue