forked from parcoillegacy/nativegames.net-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSupport.css
More file actions
27 lines (25 loc) · 672 Bytes
/
Support.css
File metadata and controls
27 lines (25 loc) · 672 Bytes
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
.u-section-1 .u-sheet-1 {
min-height: 506px;
}
.u-section-1 .u-btn-1 {
background-image: linear-gradient(to right, #478ac9, #2cccc4);
border-style: solid;
font-weight: 700;
text-transform: uppercase;
font-size: 0.9375rem;
letter-spacing: 1px;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
margin: 165px auto 0;
padding: 8px 36px 9px 35px;
}
.u-section-1 .u-btn-2 {
background-image: linear-gradient(to right, #478ac9, #2cccc4);
border-style: solid;
font-weight: 700;
text-transform: uppercase;
font-size: 0.9375rem;
letter-spacing: 1px;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
margin: 14px auto 60px;
padding: 8px 36px 9px 35px;
}