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
parent 32d31eb871
commit 9e462d0f4f
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 {