Remove stalfos lib - with regression on some UI elements

This commit is contained in:
2025-09-26 16:17:38 +02:00
parent 208ec207e5
commit 327e8a2af4
12 changed files with 39 additions and 173 deletions

View File

@@ -40,7 +40,7 @@ label {
input,
textarea,
select {
@include apply-utility('font', 'base');
font-family: #{map-get($tokens, 'fonts', 'base')};
background-color: var(--color-primary-glare);
font: inherit;
border: 0;

View File

@@ -4,7 +4,7 @@
margin-left: .3em;
margin-top: .2em;
@include media-query('md') {
@media (min-width: 48rem) {
font-size: .6em;
margin-top: .4em;
}

View File

@@ -10,7 +10,7 @@
}
h3 {
@include apply-utility('font', 'brand');
font-family: #{map-get($tokens, 'fonts', 'brand')};
font-size: 1.5rem;
}
}

View File

@@ -23,7 +23,7 @@
flex-shrink: 0;
a {
@include apply-utility('weight', 'mid');
font-weight: 600;
color: currentColor;
&:not(:hover) {

View File

@@ -11,7 +11,7 @@
h2,
h3 {
@include apply-utility('leading', 'tight');
line-height: 1.2;
position: relative;
}
@@ -288,7 +288,7 @@
}
h2 {
@include apply-utility('font', 'base');
font-family: #{map-get($tokens, 'fonts', 'base')};
text-align: left;
font-weight: 600;
margin-bottom: 1rem;

View File

@@ -2,7 +2,7 @@
position: relative;
padding-top: 56.25%;
@include media-query('md') {
@media (min-width: 48rem) {
.post & {
padding-top: 66%;
}