fix(dashboard): player style constants

This commit is contained in:
tibing 2017-09-05 15:58:29 +03:00
parent 124f9c15a8
commit 51181f06bd

View file

@ -169,9 +169,9 @@
@include install-thumb() {
width: 1.5rem;
height: 1.5rem;
background-color: #ffffff;
box-shadow: 0 2px 6px 0 rgba(61, 61, 61, 0.2);
border: solid 1px rgba(0, 0, 0, 0.1);
background-color: nb-theme(color-white);
box-shadow: 0 0.125rem 0.5rem 0 rgba(nb-theme(color-fg), 0.4);
border: solid 1px rgba(nb-theme(color-fg), 0.4);
margin-top: calc(-0.875rem + 1px);
position: relative;
z-index: 10;