exit-modal.css
1.54 KB
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
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
.modal-acc-exit {
padding: 40px;
}
.modal-acc-exit__title {
font-weight: 700;
font-size: 48px;
line-height: 100%;
color: #333B49;
}
.modal-acc-exit__bottom {
margin-top: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal-acc-exit__confirm {
background: #F5851A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
color: #FFFFFF;
border: 1px solid #F5851A;
cursor: pointer;
font-size: 16px;
padding: 21px 94.5px;
}
.modal-acc-exit__confirm:hover {
border: 1px solid #F2994A;
background-color: #FFFFFF;
color: #F2994A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
font-size: 16px;
}
.modal-acc-exit__cancel {
border: 1px solid #F2994A;
background-color: #FFFFFF;
color: #F2994A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
font-size: 16px;
padding: 21px 89.5px;
}
.modal-acc-exit__cancel:hover {
background: #F5851A;
border-radius: 9.375px;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.01em;
color: #FFFFFF;
border: 1px solid #F5851A;
cursor: pointer;
font-size: 16px;
}
.modal-acc-exit--hidden {
display: none;
}
.modal-acc-exit-overlay--hidden {
display: none;
}