Revize d2f2529e
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/vacation-info/vacation-info.component.sass | ||
---|---|---|
1 | 1 |
@import '../../common-styles/basic-component' |
2 | 2 |
|
3 |
.days-off-info-container
|
|
3 |
.vacation-info-container
|
|
4 | 4 |
@extend .basic-component |
5 | 5 |
|
6 |
.days-off-type-container
|
|
6 |
.vacation-type-container
|
|
7 | 7 |
border-bottom: 1px solid gainsboro |
8 | 8 |
padding-left: 20px |
9 | 9 |
|
10 |
.days-off-remaining
|
|
10 |
.vacation-remaining
|
|
11 | 11 |
color: green |
12 | 12 |
font-size: 30px |
13 | 13 |
font-weight: bold |
14 | 14 |
|
15 |
.days-off-type
|
|
15 |
.vacation-type
|
|
16 | 16 |
color: black |
17 | 17 |
font-weight: bold |
18 | 18 |
display: block |
19 |
|
|
20 |
.units |
|
21 |
color: grey |
|
22 |
font-size: 10px |
|
23 |
font-style: italic |
Také k dispozici: Unified diff
Added units to vacation info component