Newer
Older
$header-height: 72px !default;
$footer-height: 100px !default;
.vitamui-header {
background-image: url('/assets/background.jpg');
background-size: cover;
background-position: center;
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.vitamui-container {
padding-bottom: 62px;
}
.controls {
display: flex;
align-items: center;
text-align: right;
justify-content: space-between;
.btn {
margin-left: 20px;
}
.actions {
display: flex;
}
}
> h2 {
// TODO Rename this variable in angular-commons
@include login-title;
margin-top: 67.5px;
img {
width: 37px;
vertical-align: middle;
margin-right: 17px;
}
}
}
.vitamui-body {
min-height: calc(100vh - #{$header-height + $footer-height});
}
.bg-fingerprint {
z-index: -2;
position: fixed;
bottom: -70px;
right: -20px;
width: 700px;
}
.vitamui-header > .vitamui-container > h2 {
// TODO Rename this variable in angular-commons
@include login-title;
margin-top: 67.5px;
color: $charcoal-grey;
font-weight: 500;
img {
width: 37px;
vertical-align: middle;
margin-right: 17px;
}
}