feat: Replace deprecated sass color functions
This commit is contained in:
parent
41c5757790
commit
50b0d864c2
5 changed files with 15 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@use "sass:color";
|
||||
|
||||
@mixin nav-spacer($name, $size, $orientation) {
|
||||
.spacer.#{$name} {
|
||||
width: $size;
|
||||
|
|
@ -35,7 +37,7 @@
|
|||
|
||||
&>header,
|
||||
&>footer {
|
||||
background-color: transparentize($color_back_io, .5);
|
||||
background-color: color.adjust($color_back_io, $alpha: -.5);
|
||||
|
||||
&:hover {
|
||||
background-color: $color_back_io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue