manager: add gradients to opening hours and booking boxes (#bonus)

This commit is contained in:
Frédéric Péters 2018-01-19 15:37:50 +01:00
parent 7d829d3081
commit afb1bb6960
1 changed files with 4 additions and 3 deletions

View File

@ -128,13 +128,14 @@ $dayview-column-width: 14vw;
overflow: hidden;
&.opening-hours {
z-index: 1;
background: #00ff00;
opacity: 0.1;
background: #b1ea4d linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
opacity: 0.3;
left: 0.5ex;
width: calc(#{$dayview-column-width} - 1ex);
}
&.booking {
background: #eef;
background: #eef linear-gradient(135deg, #eef 0%, #ddf 100%);
box-shadow: 0 0 1px 0 #2d2dad;
width: calc(#{$dayview-column-width} - 2ex);
border: 1px solid #aaa;
z-index: 2;