Improve responsiveness of organizer page

This commit is contained in:
Raphael Michel
2020-06-24 19:39:57 +02:00
parent 2a5c24482e
commit e5cc15ffac
2 changed files with 106 additions and 84 deletions

View File

@@ -277,6 +277,25 @@ h2 .label {
display: none !important;
}
.event-list {
margin-top: 15px;
border-top: 1px solid $table-border-color;
.row {
margin-left: 0;
margin-right: 0;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid $table-border-color;
border-left: 1px solid $table-border-color;
border-right: 1px solid $table-border-color;
}
.row > div {
padding-top: 5px;
padding-bottom: 5px;
}
}
@import "_iframe.scss";
@import "_a11y.scss";
@import "_print.scss";