@use "../abstracts/mixin" as *; @use "../abstracts/variables" as *; #schedule { a { text-decoration: none; } .program-title { font-family: Montserrat, serif; font-size: 14px; font-weight: 600; line-height: 1.43; color: $text-color; } .program-times { @include post_date; } img { margin-left: -30px; margin-top: -30px; width: CALC(100% + 54px); } .no-results, .loading { font-family: Montserrat, serif; font-size: 14px; font-weight: 600; line-height: 1.43; color: $text-color; text-align: center; padding: 20px; span { margin-right: 10px; } } }