diff --git a/schoolapps/static/common/style.css b/schoolapps/static/common/style.css index 216d528d79fb8ebfe03c816298c68ed6fcf9f826..e96a9fc60b642e8b2f532735f3e98785216bb561 100755 --- a/schoolapps/static/common/style.css +++ b/schoolapps/static/common/style.css @@ -76,16 +76,29 @@ header, main, footer { } } +/* Collections */ + ul.collection .collection-item .title { font-weight: bold; } +/* Badges */ + span.badge.new::after { content: ""; } +/*+++++++++++*/ +/* Timetable */ +/*+++++++++++*/ + .timetable-plan .row, .timetable-plan .col { display: flex; + padding: 0 .25rem; +} + +.timetable-plan .row { + margin-bottom: .25rem; } .lesson-card, .timetable-title-card { @@ -95,7 +108,7 @@ span.badge.new::after { } .lesson-card .card-content { - padding: 5px; + padding: 0; text-align: center; width: 100%; height: 100%; @@ -116,18 +129,24 @@ span.badge.new::after { text-align: center; } -/***************/ +/*+++++++++*/ +/* Buttons */ +/*+++++++++*/ + .btn-flat-large { line-height: 60px; height: 60px; } + .btn-flat-large i { font-size: 4rem; -} +} + .btn-flat-medium { line-height: 40px; height: 40px; } + .btn-flat-medium i { font-size: 2rem; }