ymanager/webapp/src/app/add-vacation-dialog/add-vacation-dialog.component.sass @ c335ea37
1 |
.dialog-label
|
---|---|
2 |
display: block |
3 |
font-weight: bold |
4 |
color: grey |
5 |
|
6 |
.datetime-picker > * |
7 |
display: table-cell |
8 |
|
9 |
.vacation-type-radio-group
|
10 |
display: flex |
11 |
flex-direction: column |
12 |
margin: 15px 0 |
13 |
|
14 |
.date-input
|
15 |
width: 200px |
16 |
|
17 |
.from-time
|
18 |
display: inline-block |
19 |
|
20 |
.to-time
|
21 |
display: inline-block |
22 |
margin-left: 3px |
23 |
|
24 |
.datetime-selection-container
|
25 |
margin-bottom: 10px |
26 |
|
27 |
.time-input-container
|
28 |
display: inline-block |
29 |
padding: 2px |
30 |
border-bottom: 1px solid grey |
31 |
|
32 |
.time-input
|
33 |
background-color: transparent |
34 |
border: 0 |
35 |
outline: none |
36 |
width: 85px |
37 |
|
38 |
.material-icons
|
39 |
font-size: 12px |
40 |
font-weight: bold |
41 |
color: grey |