mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(dashboard): player style constants
This commit is contained in:
parent
124f9c15a8
commit
51181f06bd
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue