Skip to content

Commit d1e81aa

Browse files
committed
updates calendar styling
1 parent b2d483b commit d1e81aa

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

_assets/javascripts/plugins/fullcalendar.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

_assets/stylesheets/_layout.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,28 @@
176176
width: 100px;
177177
}
178178

179+
/**
180+
* Calendar
181+
*/
182+
.fc-day-grid-event {
183+
background-color: $secondary-color-2;
184+
height: 35px;
185+
border: none;
186+
padding: 2px;
187+
&:hover {
188+
z-index: 999999;
189+
box-shadow: 2px 2px 2px $grey-color-light;
190+
height: 40px;
191+
width: 200px;
192+
}
193+
&, &:hover, &:visited {
194+
color: #fff;
195+
}
196+
}
197+
.fc-day-grid-event .fc-content {
198+
white-space: normal;
199+
}
200+
179201
/**
180202
* Posts
181203
*/

0 commit comments

Comments
 (0)