Newer
Older
@import '../../../../sass/variables/colors';
.banner-subrogation {
background: var(--vitamui-secondary);
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
47
48
49
50
51
52
53
54
55
56
border-radius: 0;
max-width: none;
width: 100%;
height: 80px;
padding: 20px 40px;
display: flex;
align-items: center;
position: fixed;
bottom: 0;
left:0;
right:0;
z-index: 1000;
color: white;
}
.banner-icon {
margin-right: 20px;
}
.btn-link {
color: white;
margin-left: 20px;
}
.keyboard-arrow-down-icon {
cursor:pointer;
position: fixed;
right: 0;
bottom: 50px;
}
.hidden-banner-div {
border-radius: 3px 3px 0 0;
background: #5cbaa9;
color: white;
position: fixed;
height: 25px;
width: 25px;
right: 15px;
bottom: 5px;
z-index: 1000;
cursor:pointer;
}
.hidden-banner-icon {
position: fixed;
right: 0;
bottom: 5px;
}
.keyboard-arrow-up-icon {
}