Newer
Older
1
2
3
4
5
6
7
8
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
43
44
45
46
@import '../../../../sass/variables/colors';
@import '../../../../sass/mixins/elevation';
$input-height: 70px;
.bg-tenant {
z-index: -2;
position: fixed;
bottom: -40px;
right: -20px;
width: 521px;
}
.vitamui-header {
background: none;
h2 {
font-size: 48px;
text-align: center;
}
.vitamui-container {
padding-bottom: 0px;
}
}
.tenant-box {
@include elevation-1;
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
background: $white;
border-radius: 10px;
padding-top: 22px;
padding-bottom: 29px;
padding-left: 23px;
margin-bottom: 24px;
color: #474747;
transition: box-shadow 240ms ease-out;
&:hover {
@include elevation-2;
}
i {
color: var(--vitamui-secondary);