ymanager/webapp/src/app/shared/datetime/datetime.component.sass @ 4bd9d9f6
1 |
|
---|---|
2 |
|
3 |
.datetime-picker-container
|
4 |
display: inline-block |
5 |
|
6 |
.date-input
|
7 |
width: 100px |
8 |
display: inline-block |
9 |
|
10 |
.time-input-container
|
11 |
display: inline-block |
12 |
padding: 2px |
13 |
margin-left: 3px |
14 |
border-bottom: 1px solid grey |
15 |
|
16 |
.time-input
|
17 |
background-color: transparent |
18 |
border: 0 |
19 |
outline: none |
20 |
width: 85px |
21 |
|
22 |
.material-icons
|
23 |
font-size: 12px |
24 |
font-weight: bold |
25 |
color: grey |
26 |
|