refactor: consolidate CSS with reusable mixins
Create SCSS mixins for repeated typography patterns (section-title, big-title, labels, text-blocks) in generic-classes.scss. Replace ~25-30 duplicate style declarations across sections with mixin includes, improving maintainability and consistency. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ac3542099a
commit
96c52e7e96
11 changed files with 289 additions and 93 deletions
|
|
@ -12,16 +12,11 @@ section#handles {
|
|||
|
||||
.title-wrapper {
|
||||
.index {
|
||||
font-size: var(--font-size-s);
|
||||
text-transform: uppercase;
|
||||
@include section-title;
|
||||
font-weight: 500;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.title {
|
||||
font-family: var(--font-narrow);
|
||||
color: var(--color-blue);
|
||||
font-size: 4.0625rem;
|
||||
text-transform: uppercase;
|
||||
@include big-title-medium-blue;
|
||||
}
|
||||
}
|
||||
.subtitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue