Skip to content

Commit

Permalink
Move .schedules-header to schedule-list.less
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Jul 2, 2024
1 parent ac0a57c commit 7a63c68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
17 changes: 0 additions & 17 deletions public/css/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
15 changes: 15 additions & 0 deletions public/css/list/schedule-list.less
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 7a63c68

Please sign in to comment.