Projekt

Obecné

Profil

Stáhnout (547 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 558c8d57 Václav Jirák
@import '../../../common-styles/basic-component'
2 696f3358 Václav Jirák
3
.oncoming-days-off-container
4
  @extend .basic-component
5
6
  table
7
    margin-top: 10px
8
9
    td
10
      text-align: center
11
      vertical-align: middle
12
13 4985a41a Václav Jirák
    .status
14
      font-weight: bold
15
16
    .ACCEPTED
17
      color: green
18
19
    .PENDING
20
      color: orange
21
22
    .REJECTED
23
      color: red
24
25 696f3358 Václav Jirák
    .buttons
26
      text-align: right
27
      padding-right: 50px
28
29
    button
30
      outline: none
31
32
    .edit-btn
33
      font-size: 18px
34
      margin-right: 2px
35
      color: orange
36
37
    .remove-btn
38
      color: grey