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

Closed
fpeters wants to merge 1 commits from wip/23212-timetable-widget--nothing into main
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;
}