ymanager/webapp/src/app/day-picker/day-picker.component.sass @ fd5ab42e
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 |
|
13 |
.day-picker-month-selection
|
14 |
margin-bottom: 10px |
15 |
button
|
16 |
outline: none |
17 |
border: 0 |
18 |
.change-month
|
19 |
color: blue |
20 |
|
21 |
|
22 |
|
23 |
.vacation-type
|
24 |
font-size: 10px |
25 |
.material-icons
|
26 |
font-size: 14px |
27 |
.sickday
|
28 |
color: red |
29 |
.vacation
|
30 |
color: blue |