Skip to content

Commit 318feda

Browse files
committed
lint fixes
1 parent 008b703 commit 318feda

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

web_src/css/modules/header.css

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
color: var(--color-text);
33
border: none;
44
margin: calc(2rem - 0.1428571428571429em) 0 1rem;
5-
padding: 0 0;
5+
padding: 0;
66
font-family: var(--fonts-regular);
7-
font-weight: 500;
8-
line-height: 1.28571429em;
7+
font-weight: var(--font-weight-medium);
8+
line-height: 1.28571429;
99
text-transform: none;
1010
}
1111

@@ -19,6 +19,7 @@
1919

2020
.ui.header .ui.label {
2121
margin-left: 0.25rem;
22+
vertical-align: middle;
2223
}
2324

2425
.ui.header > .ui.label.compact {
@@ -27,11 +28,11 @@
2728

2829
.ui.header .sub.header {
2930
display: block;
30-
font-weight: normal;
31+
font-weight: var(--font-weight-normal);
3132
padding: 0;
3233
margin: 0;
3334
font-size: 1rem;
34-
line-height: 1.2em;
35+
line-height: 1.2;
3536
color: var(--color-text-light-1);
3637
}
3738

@@ -49,12 +50,6 @@
4950
margin-right: 0.75rem;
5051
}
5152

52-
.ui.header .ui.label {
53-
font-size: '';
54-
margin-left: 0.5rem;
55-
vertical-align: middle;
56-
}
57-
5853
.ui.header + p {
5954
margin-top: 0;
6055
}
@@ -76,9 +71,8 @@ h4.ui.header .sub.header {
7671
.ui.sub.header {
7772
padding: 0;
7873
margin-bottom: 0.14285714rem;
79-
font-weight: 500;
74+
font-weight: var(--font-weight-normal);
8075
font-size: 0.85714286em;
81-
color: '';
8276
}
8377

8478
.ui.icon.header svg {
@@ -100,7 +94,7 @@ h4.ui.header .sub.header {
10094
position: relative;
10195
background: var(--color-box-header);
10296
padding: 0.78571429rem 1rem;
103-
margin: 0 -1px 0 -1px;
97+
margin: 0 -1px;
10498
border-radius: 0;
10599
border: 1px solid var(--color-secondary);
106100
}

0 commit comments

Comments
 (0)