-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcutdown-x-generated.css
88 lines (84 loc) · 1.78 KB
/
cutdown-x-generated.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
86
87
88
a,
h1 a:hover,
h2 a:hover
{
color: rgb(40, 158, 197);
text-decoration: none;
}
html {
font-size: 12px;
}
@media (min-width : 500px) {
html {
font-size: calc(12px + (20 - 12) * ((100vw - 500px) / (1000 - 500)));
}
}
@media (min-width : 1000px) {
html {
font-size: 20px;
}
}
body {
font-style: normal;
font-weight: 400;
color: rgb(103, 97, 97);
background-color: rgb(255, 255, 255);
}
h1,
h2,
.h1,
.h2
{
color: #272727;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-style: normal;
font-weight: 400;letter-spacing: -0.035em;
}
body,
input,
button,
select,
textarea {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.article-3.x-col {
z-index: auto;
font-size: 1em;
background-color: transparent;
transition-timing-function: cubic-bezier(0.400, 0.000, 0.200, 1.000);
}
.article-2.x-row {
z-index: auto;
margin-left: auto;
margin-right: auto;
padding: 1px;
font-size: 1em;
background-color: transparent;
transition-timing-function: cubic-bezier(0.400, 0.000, 0.200, 1.000);
}
.article-2 > .x-row-inner {
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}
.article-5.x-text {
margin: 50px 0em 0em 0em;
font-family: inherit;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0em;
text-transform: none;
color: rgba(0, 0, 0, 1);
background-color: transparent;
transition-timing-function: cubic-bezier(0.400, 0.000, 0.200, 1.000);
}
.article-5.x-text > :first-child {
margin-top: 0;
}
.article-5.x-text > :last-child {
margin-bottom: 0;
}