ymanager/webapp/src/app/days-off-info/days-off-info.component.sass @ 4bd9d9f6
1 | 0d1b0550 | Václav Jirák | @import '../../common-styles/basic-component' |
---|---|---|---|
2 | |||
3 | .days-off-info-container
|
||
4 | @extend .basic-component |
||
5 | |||
6 | .days-off-type-container
|
||
7 | border-bottom: 1px solid gainsboro |
||
8 | padding-left: 20px |
||
9 | |||
10 | .days-off-remaining
|
||
11 | color: green |
||
12 | font-size: 30px |
||
13 | font-weight: bold |
||
14 | |||
15 | .days-off-type
|
||
16 | color: black |
||
17 | font-weight: bold |
||
18 | display: block |