Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fomantic header module #30033

Merged
merged 10 commits into from
Mar 24, 2024
Prev Previous commit
Next Next commit
lint fixes
  • Loading branch information
silverwind committed Mar 23, 2024
commit 318feda2b4be051019d6159b187621347a63083d
22 changes: 8 additions & 14 deletions web_src/css/modules/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
color: var(--color-text);
border: none;
margin: calc(2rem - 0.1428571428571429em) 0 1rem;
padding: 0 0;
padding: 0;
font-family: var(--fonts-regular);
font-weight: 500;
line-height: 1.28571429em;
font-weight: var(--font-weight-medium);
line-height: 1.28571429;
text-transform: none;
}

Expand All @@ -19,6 +19,7 @@

.ui.header .ui.label {
margin-left: 0.25rem;
vertical-align: middle;
}

.ui.header > .ui.label.compact {
Expand All @@ -27,11 +28,11 @@

.ui.header .sub.header {
display: block;
font-weight: normal;
font-weight: var(--font-weight-normal);
padding: 0;
margin: 0;
font-size: 1rem;
line-height: 1.2em;
line-height: 1.2;
color: var(--color-text-light-1);
}

Expand All @@ -49,12 +50,6 @@
margin-right: 0.75rem;
}

.ui.header .ui.label {
font-size: '';
margin-left: 0.5rem;
vertical-align: middle;
}

.ui.header + p {
margin-top: 0;
}
Expand All @@ -76,9 +71,8 @@ h4.ui.header .sub.header {
.ui.sub.header {
padding: 0;
margin-bottom: 0.14285714rem;
font-weight: 500;
font-weight: var(--font-weight-normal);
font-size: 0.85714286em;
color: '';
}

.ui.icon.header svg {
Expand All @@ -100,7 +94,7 @@ h4.ui.header .sub.header {
position: relative;
background: var(--color-box-header);
padding: 0.78571429rem 1rem;
margin: 0 -1px 0 -1px;
margin: 0 -1px;
border-radius: 0;
border: 1px solid var(--color-secondary);
}
Expand Down