scss: add style for "no time slot" (#23212)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-01-17 16:34:33 +01:00
parent b3042e9dfc
commit ec49c23933
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;
}