scss: add style for "no time slot" (#23212)

This commit is contained in:
Frédéric Péters 2023-01-17 16:34:33 +01:00
parent e79b971089
commit 3d1f8a448f
1 changed files with 6 additions and 0 deletions

View File

@ -669,6 +669,12 @@ div.timetable-widget {
display: none;
}
.timetable-widget--nothing {
@extend .infonotice;
margin-top: 0;
width: 100%;
}
div.head {
padding-bottom: 0.7em;
}