nice-metropole: add cell-small-title class for cell (#89452)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2024-04-11 17:22:17 +02:00
parent 35ce6798d1
commit 1e58766130
1 changed files with 7 additions and 0 deletions

View File

@ -510,6 +510,13 @@ main {
}
}
}
.cell-small-title {
&%cell {
h2:first-child {
@extend .h3;
}
}
}
.cell-blue-border {
&%cell {
border: 1px solid $blue;