From 7a63c68982afcdaf7c4c07718993d7a61f443468 Mon Sep 17 00:00:00 2001 From: raviks789 Date: Wed, 26 Jun 2024 14:42:58 +0200 Subject: [PATCH] Move `.schedules-header` to schedule-list.less --- public/css/common.less | 17 ----------------- public/css/list/schedule-list.less | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/public/css/common.less b/public/css/common.less index 2896834c..f12bf60d 100644 --- a/public/css/common.less +++ b/public/css/common.less @@ -28,23 +28,6 @@ } } -.schedules-header { - margin-left: 12em; - width: ~"calc(100% - 12em)"; - - .days-header { - grid-template-columns: repeat(7, minmax(2em, 1fr)); - - .column-title { - border-right: 1px solid @gray-lighter; - } - - .column-title:first-of-type { - border-left: 2px solid @gray-lighter - } - } -} - .controls { &.contactgroup-detail, &.event-detail, diff --git a/public/css/list/schedule-list.less b/public/css/list/schedule-list.less index b67d6383..2983cb42 100644 --- a/public/css/list/schedule-list.less +++ b/public/css/list/schedule-list.less @@ -1,3 +1,18 @@ +// Header +.schedules-header { + margin-left: 12em; + width: ~"calc(100% - 12em)"; + + .days-header { + grid-template-columns: repeat(7, minmax(2em, 1fr)); + border-left: 2px solid @gray-lighter; + + .column-title { + border-right: 1px solid @gray-lighter; + } + } +} + // Layout .item-list.schedule-list { .list-item {