-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain_style.css
More file actions
81 lines (71 loc) · 2.22 KB
/
main_style.css
File metadata and controls
81 lines (71 loc) · 2.22 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
78
79
80
81
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 500px;
}
.u-section-1 .u-btn-1 {
border-style: none;
letter-spacing: 1px;
--animation-custom_in-translate_x: 0px;
--animation-custom_in-translate_y: 0px;
--animation-custom_in-opacity: 0;
--animation-custom_in-rotate: 0deg;
--animation-custom_in-scale: 0.3;
font-weight: 700;
text-transform: uppercase;
transition-duration: 0.5s;
box-shadow: 2px 0 0 0 rgba(0,0,0,0);
margin: 60px auto;
padding: 62px 115px 63px 114px;
}
@media (max-width: 1199px) {
.u-section-1 .u-btn-1 {
margin-left: 293px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-btn-1 {
margin-left: auto;
}
}
@media (max-width: 575px) {
.u-section-1 .u-btn-1 {
margin-right: 0;
padding-right: 93px;
padding-left: 93px;
}
}
.u-section-1 .u-btn-1,
.u-section-1 .u-btn-1:before,
.u-section-1 .u-btn-1 > .u-container-layout:before {
transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}
.u-section-1 .u-btn-1.u-btn-1.u-btn-1:hover {
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-right-width: 2px !important;
border-bottom-width: 2px !important;
border-color: #404040 !important;
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}
.u-section-1 .u-btn-1 {
border-style: solid !important;
border-width: 0px !important;
border-color: transparent !important;
}
.u-section-1 .u-btn-1.u-btn-1.u-btn-1.hover {
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-right-width: 2px !important;
border-bottom-width: 2px !important;
border-color: #404040 !important;
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}
.u-section-1 .u-btn-1 {
border-style: solid !important;
border-width: 0px !important;
border-color: transparent !important;
}