ymanager/frontend/src/app/off-days-info/off-days-info.component.sass @ 8bb488f9
1 | b287ef3e | Václav Jirák | @import '../../common-styles/basic-component' |
---|---|---|---|
2 | |||
3 | .off-days-info-container
|
||
4 | @extend .basic-component |
||
5 | |||
6 | .off-days-type-container
|
||
7 | border-bottom: 1px solid gainsboro |
||
8 | cc508c92 | Václav Jirák | padding-left: 20px |
9 | b287ef3e | Václav Jirák | |
10 | .off-days-remaining
|
||
11 | color: green |
||
12 | font-size: 30px |
||
13 | font-weight: bold |
||
14 | |||
15 | .off-days-type
|
||
16 | color: black |
||
17 | font-weight: bold |
||
18 | display: block |
||
19 | |||
20 | .sickdays-used
|
||
21 | color: grey |
||
22 | font-size: 10px |
||
23 | font-style: italic |