Update the materialize mixins to accept a base colour (allows preventing transparency for things like nav-bars; closes #160)
This commit is contained in:
parent
11d2a2a10f
commit
194068c22c
2 changed files with 24 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
--gap: 8px;
|
||||
|
||||
.nav-bar {
|
||||
@include material.elevate(8);
|
||||
@include material.elevate(8, $base: var(--surface));
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue