ymanager/webapp/src/app/shared/day-picker/day-picker.component.sass @ d2799ca5
1 |
@import '../../../common-styles/basic-component' |
---|---|
2 |
|
3 |
.day-picker-container
|
4 |
@extend .basic-component |
5 |
|
6 |
#day-picker-date
|
7 |
font-weight: bold |
8 |
text-transform: uppercase |
9 |
line-height: 45px |
10 |
text-align: center |
11 |
|
12 |
.day-picker-month-selection
|
13 |
margin-bottom: 10px |
14 |
button
|
15 |
outline: none |
16 |
border: 0 |
17 |
.change-month
|
18 |
color: blue |
19 |
|
20 |
.vacation-type
|
21 |
font-size: 10px |
22 |
.material-icons
|
23 |
font-size: 14px |
24 |
.sickday
|
25 |
color: red |
26 |
.vacation
|
27 |
color: blue |
28 |
.time-interval
|
29 |
font-size: 10px |