Projekt

Obecné

Profil

Stáhnout (899 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
.login {
2
  color: $white;
3

    
4
  &.container {
5
    height: 100%;
6
    align-content: center;
7
  }
8

    
9
  h1 {
10
    margin: 0;
11
    font-size: 0;
12
  }
13

    
14
  .card-header {
15
    padding: 0;
16
  }
17

    
18
  .card {
19
    @include size(400px,380px);
20
    margin-top: auto;
21
    margin-bottom: auto;
22
    border-radius: 10px;
23
    background: #0B1226;
24
  }
25

    
26
  .btn-primary {
27
    margin-top: $grid-gutter-width / 2;
28
    width: 100px;
29
    color: #F2F2F2;
30
    border: 0;
31
    background-color: #2A558C;
32

    
33
    @include hover-focus {
34
      color: #091626;
35
      background: #F2F2F2;
36
    }
37
  }
38

    
39
  .input-group-prepend span{
40
    width: 60px;
41
    border: 0;
42
    color: #F2F2F2;
43
    background-color: #1B3059;
44
  }
45
}
46

    
47
.login-logo {
48
  margin-bottom: $grid-gutter-width;
49
  border-radius: 10px 10px 0 0;
50
  text-align: center;
51
  background: #F2F2F2;
52

    
53
  img {
54
    width: 300px;
55
  }
56
}
57

    
58
.login-heading {
59
  text-align: center;
60
  font-size: $h3-font-size;
61
}
(3-3/7)