Continue working on v2 of the PC sheet (w/ Material design now)
This commit is contained in:
parent
6d2d02b077
commit
753d72b4e0
7 changed files with 249 additions and 23 deletions
6
styles/mixins/_material.scss
Normal file
6
styles/mixins/_material.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@mixin elevate($height) {
|
||||
background-color: var(--elevation-#{$height}dp);
|
||||
-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