Skip to content

Commit

Permalink
KAW-7678 Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Jul 22, 2024
1 parent 6b1f307 commit a90f225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
1 change: 1 addition & 0 deletions blocks/text/text.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* JS */

Check failure on line 1 in blocks/text/text.js

View workflow job for this annotation

GitHub Actions / build

Newline required at end of file but not found
26 changes: 0 additions & 26 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,10 @@

--body-font-size: 16px;

/* heading sizes */
--heading-font-size-xxl: 48px;
--heading-font-size-xl: 40px;
--heading-font-size-l: 32px;
--heading-font-size-m: 24px;
--heading-font-size-s: 20px;
--heading-font-size-xs: 18px;

/* nav height */
--nav-height: 64px;
}

@font-face {
font-family: roboto-fallback;
size-adjust: 100.06%;
ascent-override: 95%;
src: local("Arial");
}

@media (width >= 900px) {
:root {
--heading-font-size-xxl: 60px;
--heading-font-size-xl: 48px;
--heading-font-size-l: 36px;
--heading-font-size-m: 30px;
--heading-font-size-s: 24px;
--heading-font-size-xs: 22px;
}
}

body {
font-size: var(--body-font-size);
font-weight: 400;
Expand Down

0 comments on commit a90f225

Please sign in to comment.