aswi2021codebakers-gitlab/src/assets/scss/_login.scss @ 715d2e8c
1 | fe75f113 | lmoucka@students.zcu.cz | .login { |
---|---|---|---|
2 | &.container { |
||
3 | height: 100%; |
||
4 | align-content: center; |
||
5 | }
|
||
6 | |||
7 | h1 { |
||
8 | margin-bottom: 20px; |
||
9 | text-align:center |
||
10 | }
|
||
11 | |||
12 | .card { |
||
13 | @include size(400px,380px); |
||
14 | margin-top: auto; |
||
15 | margin-bottom: auto; |
||
16 | background: #091626; |
||
17 | }
|
||
18 | |||
19 | .card-header span { |
||
20 | font-size: $h3-font-size; |
||
21 | }
|
||
22 | |||
23 | .btn-primary { |
||
24 | width: 100px; |
||
25 | color: #DFE7F2; |
||
26 | border: 0; |
||
27 | background-color: #1B3659; |
||
28 | |||
29 | @include hover-focus { |
||
30 | color: #091626; |
||
31 | background: #DFE7F2; |
||
32 | }
|
||
33 | }
|
||
34 | |||
35 | .input-group-prepend span{ |
||
36 | width: 60px; |
||
37 | border: 0; |
||
38 | color: #DFE7F2; |
||
39 | background-color: #122640; |
||
40 | }
|
||
41 | }
|