Projekt

Obecné

Profil

Stáhnout (547 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
@import '../../../common-styles/basic-component'
2

    
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
    .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
    .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
(2-2/4)