diff --git a/sass/elements/_schedule.scss b/sass/elements/_schedule.scss index f1e67426..5dfa0f81 100644 --- a/sass/elements/_schedule.scss +++ b/sass/elements/_schedule.scss @@ -2,7 +2,6 @@ $white: #ffffff; $black: #000000; $shadow: rgba(0, 0, 0, 0.5); - .schedule-key-icon { font-size: 0.6em; color: $black; @@ -53,7 +52,6 @@ $shadow: rgba(0, 0, 0, 0.5); &:first-of-type { width: 5%; } - } } @@ -94,7 +92,6 @@ $shadow: rgba(0, 0, 0, 0.5); } } - .day-header { text-align: center; font-weight: 500; @@ -169,6 +166,13 @@ $sustainer-color: tint($primary-color, 40%); .schedule-card { display: flex; flex-direction: row; + background: white; + border-radius: 1rem; + padding: 0.5rem; + margin: 1rem; + img { + border-radius: 0.5rem; + } } .card-details { @@ -183,7 +187,8 @@ $sustainer-color: tint($primary-color, 40%); @include media-breakpoint-down(md) { .schedule-keys .key-row { - .h5, .h6 { + .h5, + .h6 { display: block; margin-top: 10px; } @@ -197,7 +202,8 @@ $sustainer-color: tint($primary-color, 40%); } .schedule-keys .key-row { text-align: left; - .h5, .h6 { + .h5, + .h6 { display: block; margin-top: 10px; } diff --git a/views/schedule_week.tmpl b/views/schedule_week.tmpl index 75b3b822..c3ac3e23 100644 --- a/views/schedule_week.tmpl +++ b/views/schedule_week.tmpl @@ -139,25 +139,35 @@ {{else}}