feat: Adapt new hippie-style structure

Sass deprecations removed.
This commit is contained in:
sthag 2025-10-26 11:37:47 +01:00
parent d9f7ae1ff9
commit c1fea8064e
11 changed files with 166 additions and 147 deletions

View file

@ -1,3 +1,5 @@
@use "../../hippie-style/hippie";
// Card module styles
// ------------------------------------------------------------------------------
@ -26,7 +28,7 @@
height: 100vh;
* {
font-family: $family_text_card;
font-family: hippie.$family_text_card;
// text-align: center;
}
@ -58,10 +60,14 @@
// padding-left: 1em;
// text-indent: -1em;
&::before { content: "*\0000a0" }
&::before {
content: "*\0000a0"
}
}
.decent { color: #666 }
.decent {
color: #666
}
a {
color: #000;