1 |
fe75f113
|
lmoucka@students.zcu.cz
|
.login {
|
2 |
9d2007f1
|
lmoucka@students.zcu.cz
|
color: $white;
|
3 |
|
|
|
4 |
fe75f113
|
lmoucka@students.zcu.cz
|
&.container {
|
5 |
|
|
height: 100%;
|
6 |
|
|
align-content: center;
|
7 |
|
|
}
|
8 |
|
|
|
9 |
|
|
h1 {
|
10 |
9d2007f1
|
lmoucka@students.zcu.cz
|
margin: 0;
|
11 |
|
|
font-size: 0;
|
12 |
|
|
}
|
13 |
|
|
|
14 |
|
|
.card-header {
|
15 |
|
|
padding: 0;
|
16 |
fe75f113
|
lmoucka@students.zcu.cz
|
}
|
17 |
|
|
|
18 |
|
|
.card {
|
19 |
|
|
@include size(400px,380px);
|
20 |
|
|
margin-top: auto;
|
21 |
|
|
margin-bottom: auto;
|
22 |
9d2007f1
|
lmoucka@students.zcu.cz
|
border-radius: 10px;
|
23 |
|
|
background: #0B1226;
|
24 |
fe75f113
|
lmoucka@students.zcu.cz
|
}
|
25 |
|
|
|
26 |
|
|
.btn-primary {
|
27 |
9d2007f1
|
lmoucka@students.zcu.cz
|
margin-top: $grid-gutter-width / 2;
|
28 |
fe75f113
|
lmoucka@students.zcu.cz
|
width: 100px;
|
29 |
9d2007f1
|
lmoucka@students.zcu.cz
|
color: #F2F2F2;
|
30 |
fe75f113
|
lmoucka@students.zcu.cz
|
border: 0;
|
31 |
9d2007f1
|
lmoucka@students.zcu.cz
|
background-color: #2A558C;
|
32 |
fe75f113
|
lmoucka@students.zcu.cz
|
|
33 |
|
|
@include hover-focus {
|
34 |
|
|
color: #091626;
|
35 |
9d2007f1
|
lmoucka@students.zcu.cz
|
background: #F2F2F2;
|
36 |
fe75f113
|
lmoucka@students.zcu.cz
|
}
|
37 |
|
|
}
|
38 |
|
|
|
39 |
|
|
.input-group-prepend span{
|
40 |
|
|
width: 60px;
|
41 |
|
|
border: 0;
|
42 |
9d2007f1
|
lmoucka@students.zcu.cz
|
color: #F2F2F2;
|
43 |
|
|
background-color: #1B3059;
|
44 |
fe75f113
|
lmoucka@students.zcu.cz
|
}
|
45 |
|
|
}
|
46 |
9d2007f1
|
lmoucka@students.zcu.cz
|
|
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 |
|
|
}
|