Skip to content

Commit

Permalink
fix(KUI-1426): Fixed incorrect font size in header
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Aug 30, 2024
1 parent 646603d commit ad10bae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
}
}
}
label:has(+ .form-group),
label:has(+ input) {
@include typography.font-heading-xs;
display: block;
margin-bottom: 0.25rem;
}
}

#mainContent {
Expand Down Expand Up @@ -159,10 +165,3 @@ p {
.select-wrapper::after {
background-color: var(--color-primary);
}

label:has(+ .form-group),
label:has(+ input) {
@include typography.font-heading-xs;
display: block;
margin-bottom: 0.25rem;
}

0 comments on commit ad10bae

Please sign in to comment.