mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-28 13:37:32 +00:00
24 lines
298 B
SCSS
24 lines
298 B
SCSS
h3 {
|
|
min-height: calc(1.325rem + 0.9vw);
|
|
|
|
.badge {
|
|
font-size: 0.65rem;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
:host {
|
|
display: block;
|
|
margin-bottom: .35rem;
|
|
}
|
|
|
|
h3 > .h6 {
|
|
color: var(--bs-secondary-color);
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
h3 {
|
|
min-height: 2.8rem;
|
|
}
|
|
}
|