From 74bb58c6877641ccaff819225074b99abf774e43 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 | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/public/css/common.less b/public/css/common.less index 2896834c2..f12bf60d0 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 8e8417be9..088147351 100644 --- a/public/css/list/schedule-list.less +++ b/public/css/list/schedule-list.less @@ -1,3 +1,21 @@ +// Header +.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 + } + } +} + // Layout .item-list.schedule-list { .list-item {