Projekt

Obecné

Profil

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

    
3
.days-off-approval-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
  .buttons
14
    text-align: right
15
    padding-right: 50px
16

    
17
  button
18
    outline: none
19

    
20
  .approve-btn
21
    margin-right: 2px
22
    color: green
23

    
24
  .reject-btn
25
    color: grey
26

    
(2-2/4)