Skip to content

Commit 3b5957a

Browse files
committed
Fix CSS linting issues
1 parent 223cad7 commit 3b5957a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/css/esmf-variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
--esmf-primary: #995fab;
33
--esmf-secondary: #eff1f2;
44
--esmf-tertiary: #8da5bf;
5-
--esmf-bluegrey: #8298E0;
5+
--esmf-bluegrey: #8298e0;
66
--eclipse-orange: #f88d2b;
77
--esmf-dark-gray: #323d43ff;
88
--esmf-black: #000;
99
--esmf-footer-font-color: #000;
1010
--esmf-font-family: "Roboto", sans-serif;
1111
--esmf-heading-font-weight: 400;
12-
}
12+
}

src/css/header.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ body {
102102
height: var(--navbar-height);
103103
padding: 10px 0 10px 0;
104104
}
105+
105106
.logo-headline-wrapper svg {
106107
height: 2rem;
107108
width: auto;
108109
}
110+
109111
.docu-title {
110112
margin-left: 15px;
111113
white-space: nowrap;

src/css/vars.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
/* colors */
2+
/* colors */
33
--color-white: #fff;
44
--color-smoke-10: #fefefe;
55
--color-smoke-30: #fafafa;
@@ -9,7 +9,7 @@
99
--color-gray-10: #c1c1c1;
1010
--color-gray-30: #8e8e8e;
1111
--color-gray-50: #808080;
12-
--color-gray-70: #5d5d5d;
12+
--color-gray-70: #5d5d5d;
1313
--color-jet-20: #4a4a4a;
1414
--color-jet-30: #424242;
1515
--color-jet-50: #333;
@@ -55,7 +55,7 @@
5555
--nav-muted-color: var(--esmf-black);
5656
--nav-panel-divider-color: var(--color-smoke-90);
5757
--nav-secondary-background: var(--color-smoke-70);
58-
/* toolbar */
58+
/* toolbar */
5959
--toolbar-background: var(--panel-background);
6060
--toolbar-border-color: var(--panel-border-color);
6161
--toolbar-font-color: var(--esmf-black);

0 commit comments

Comments
 (0)