universite-toulon: use dotted border for all sidebar cells (#74900)

This commit is contained in:
Corentin Sechet 2023-03-01 10:36:55 +01:00 committed by Gitea
parent 37cce38d67
commit 1b1c3a051b
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@
--cell-color: white;
background: linear-gradient(180deg, $primary-color 0%, $secondary-color 100%);
padding: $space-medium $space-medium;
h2:first-child {
border-bottom-style: dotted;
}
}
&.theme-big-cell {