Fix scss typo
parent
838f82125d
commit
6dff083cd2
|
@ -1,6 +1,6 @@
|
|||
tg-filter {
|
||||
background-color: $mass-white;
|
||||
box-shadow: 1px 1px 5px rgbag($primary, .2);
|
||||
box-shadow: 1px 1px 5px rgba($primary, .2);
|
||||
display: block;
|
||||
left: 0;
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Reference in New Issue