Skip to content

Commit f83f27e

Browse files
committed
SCSS updates
1 parent a1dc9e5 commit f83f27e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

eform-client/src/scss/libs/angular-calendar/modules/week/calendar-week-view.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
.cal-event {
3838
font-size: 12px;
3939
background-color: #d1e8ff;
40-
border: 1px solid #1e90ff;
41-
color: #1e90ff;
40+
border: 1px solid #1d0605;
41+
color: #1d0605;
4242
}
4343

4444
.cal-time-label-column {

eform-client/src/scss/styles.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,20 @@ gallery {
4040
.g-backdrop {
4141
background-color: #e2e2e2;
4242
}
43+
44+
.cal-time-events {
45+
display: none !important;
46+
}
47+
.cal-week-view .cal-day-headers {
48+
padding-left: 0 !important;
49+
}
50+
.cal-week-view .cal-all-day-events .cal-time-label-column {
51+
display: none !important;
52+
}
53+
54+
.cal-week-view .cal-time-label-column {
55+
width: 0px;
56+
}
57+
.cal-week-view .cal-events-row {
58+
margin-left: 0 !important;
59+
}

0 commit comments

Comments
 (0)