grandlyon-sau: apply "urgence" style to links list cells (#67623)

This commit is contained in:
Serghei Mihai 2022-07-26 12:01:33 +02:00
parent aec96ae020
commit d6ff959649
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ div.cell > div {
margin: 0 1em; margin: 0 1em;
} }
} }
.menucell.urgence { .menucell, .link-list-cell {
ul { &.urgence ul {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;