ymanager/webapp/src/app/shared/vacation-info/vacation-info.component.sass @ d2799ca5
1 |
@import '../../../common-styles/basic-component' |
---|---|
2 |
|
3 |
.vacation-info-container
|
4 |
@extend .basic-component |
5 |
|
6 |
.vacation-type-container
|
7 |
border-bottom: 1px solid gainsboro |
8 |
padding-left: 20px |
9 |
|
10 |
.vacation-remaining
|
11 |
color: green |
12 |
font-size: 30px |
13 |
font-weight: bold |
14 |
|
15 |
.vacation-type
|
16 |
color: black |
17 |
font-weight: bold |
18 |
display: block |
19 |
|
20 |
.units
|
21 |
color: grey |
22 |
font-size: 10px |
23 |
font-style: italic |