Projekt

Obecné

Profil

Stáhnout (390 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
html,body{
2
  height: 100%;
3
  color: #0B1226;
4
  background: $white;
5
}
6

    
7
.p-button {
8
  padding-right: $grid-gutter-width;
9
  padding-left: $grid-gutter-width;
10
  color: #F2F2F2;
11
  border-color: #1B3059;
12
  background: $primary;
13

    
14
  &:enabled {
15
    @include hover-focus() {
16
      color: #F2F2F2;
17
      border-color: #2067BC;
18
      background: #2067BC;
19
    }
20
  }
21

    
22
  i {
23
    margin-right: 5px;
24
  }
25
}
(6-6/8)