ymanager/webapp/src/app/add-vacation-dialog/add-vacation-dialog.component.sass @ c335ea37
1 | 7781f204 | Václav Jirák | .dialog-label
|
---|---|---|---|
2 | display: block |
||
3 | font-weight: bold |
||
4 | 3bcb12a4 | Václav Jirák | color: grey |
5 | 7781f204 | Václav Jirák | |
6 | .datetime-picker > * |
||
7 | display: table-cell |
||
8 | |||
9 | 696f3358 | Václav Jirák | .vacation-type-radio-group
|
10 | 7781f204 | Václav Jirák | display: flex |
11 | flex-direction: column |
||
12 | margin: 15px 0 |
||
13 | 696f3358 | Václav Jirák | |
14 | 3bcb12a4 | Václav Jirák | .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 |