Skip to content

Commit 95de9f0

Browse files
committed
adjust about to use variables not mixins
1 parent 3b53e2c commit 95de9f0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

packages/ui/src/app/routes/About/About.module.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
@use '../../../resets.scss' as *;
33

44
.about {
5-
@include eggstractor-plugin-design-about-side-padding-card-the-getting-started-guide-will-walk-you-through-the-steps-for-setting-up-a-demo-project-where-you-can-test-it-all-out;
6-
//TODO: width is off; should be fixed on next generation.
7-
width: 100%;
5+
font-family: $font-family-body;
6+
font-style: normal;
7+
line-height: $size-2xl;
8+
// TODO: consider design match; why no font weight variables?
9+
font-weight: 400;
10+
color: $colour-text;
811
.link {
9-
@include eggstractor-plugin-design-about-side-padding-card-link-link-text;
12+
color: $colour-link-resting;
13+
// TODO: consider design match
14+
font-weight: 600;
15+
line-height: $size-xl;
1016
text-decoration: none;
1117
cursor: pointer;
1218
}

0 commit comments

Comments
 (0)