Newer
Older
$header-height: 72px !default;
$footer-height: 100px !default;
.vitamui-heading {
margin-bottom: 3rem;
}
// Defaut supported screen width is 1920px
.vitamui-content, .vitamui-heading {
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
}
/** RESPONSIVE MANAGEMENT */
@media screen and (max-width: 1440px) {
.vitamui-heading, .vitamui-content {
max-width: 1200px;
}
}
@media screen and (max-width: 1200px) {
.vitamui-heading, .vitamui-content {
max-width: 1060px;
}
}
.vitamui-body {
min-height: calc(100vh - #{$header-height + $footer-height});
}
/**** DEPRECATED : REMOVE AT THE END OF THE REDESIGN **/
.vitamui-header {
background-image: url('/assets/background.jpg');
background-size: cover;
background-position: center;
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.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;
}
}
}
.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;
}
}