Begin implementation of the Stats / Skills tab
This commit is contained in:
parent
753d72b4e0
commit
0e8d1615a7
16 changed files with 292 additions and 64 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@mixin elevate($height) {
|
||||
background-color: var(--elevation-#{$height}dp);
|
||||
background-color: var(--elevation-#{$height}dp-bg);
|
||||
-webkit-box-shadow: 0px 0px #{$height * 1.75}px 0px rgba(0,0,0,0.75);
|
||||
-moz-box-shadow: 0px 0px #{$height * 1.75}px 0px rgba(0,0,0,0.75);
|
||||
box-shadow: 0px 0px #{$height * 1.75}px 0px rgba(0,0,0,0.75);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue