-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRSVP.css
85 lines (71 loc) · 1.5 KB
/
RSVP.css
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
78
79
80
81
82
83
84
85
.u-section-1 .u-sheet-1 {
min-height: 862px;
}
.u-section-1 .u-image-1 {
width: 544px;
height: 835px;
object-position: 50% 0%;
margin: 27px auto 0 292px;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 936px;
}
.u-section-1 .u-image-1 {
margin-left: auto;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 930px;
}
.u-section-1 .u-image-1 {
width: 540px;
height: 829px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 609px;
}
.u-section-1 .u-image-1 {
width: 340px;
height: 522px;
}
}.u-section-2 .u-sheet-1 {
min-height: 555px;
}
.u-section-2 .u-text-1 {
font-weight: 400;
font-size: 1.5rem;
margin: 58px auto 0;
}
.u-section-2 .u-form-1 {
--thumb-color: #478ac9;
--thumb-hover-color: #77aad9;
--track-color: #c0c0c0;
--track-active-color: #478ac9;
--checkbox-checked-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
height: 335px;
width: 570px;
margin: 43px auto 60px;
}
.u-section-2 .u-form-group-2 {
margin-left: 0;
}
.u-section-2 .u-form-group-3 {
margin-left: 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
}
@media (max-width: 767px) {
.u-section-2 .u-form-1 {
width: 540px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-form-1 {
width: 340px;
}
}