Skip to content
Snippets Groups Projects
Commit 5f3a4b33 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

Merge pull request #48 from Katharineum/feature/less-space-timetable-36

Less space in timetable (issue #36)
parents ae163358 41706ea7
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment