(css) Improve display of events in calendar views

pull/211/head
Francis Lachapelle 2016-06-02 13:22:21 -04:00
parent d03e03e3ea
commit d28625ae6a
1 changed files with 4 additions and 1 deletions

View File

@ -258,6 +258,7 @@ $quarter_height: 10px;
left: 0;
right: 0;
opacity: 0.9; // When events from a same calendar overlap, it creates a border to help distinguish the events
outline: none;
user-select: none;
transition: $swift-linear;
$i: 0;
@ -338,7 +339,9 @@ $quarter_height: 10px;
}
.material-icons {
font-size: $sg-font-size-2;
font-size: $sg-font-size-2;
min-height: $sg-font-size-2;
min-width: $sg-font-size-2;
}
.icons md-icon {