feat: Adapt new hippie-style structure
Sass deprecations removed.
This commit is contained in:
parent
d9f7ae1ff9
commit
c1fea8064e
11 changed files with 166 additions and 147 deletions
|
|
@ -1,7 +1,9 @@
|
|||
@use "sass:color";
|
||||
|
||||
$portal_highlight: $color_highlight_basic;
|
||||
$portal_margin: $space_double;
|
||||
@use "../../hippie-style/hippie";
|
||||
|
||||
$portal_highlight: hippie.$color_highlight_basic;
|
||||
$portal_margin: hippie.$space_double;
|
||||
$portal_link_size: 128px;
|
||||
$portal_icon_size: 64px;
|
||||
|
||||
|
|
@ -23,7 +25,7 @@ $portal_icon_size: 64px;
|
|||
padding-left: $portal_margin;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
transition: $transition_best;
|
||||
transition: hippie.$transition_best;
|
||||
|
||||
&:hover {
|
||||
flex: 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue