File tree Expand file tree Collapse file tree 1 file changed +138
-0
lines changed
Expand file tree Collapse file tree 1 file changed +138
-0
lines changed Original file line number Diff line number Diff line change 1+ .font-size\:lg {
2+ font-size : 24px ;
3+ }
4+ .font-size\:xs {
5+ font-size : 8px ;
6+ }
7+ .font-size\:sm {
8+ font-size : 12px ;
9+ }
10+ .font-size\:md {
11+ font-size : 16px ;
12+ }
13+ .font-size\:xl {
14+ font-size : 48px ;
15+ }
16+ .font-size\: 2xl {
17+ font-size : 92px ;
18+ }
19+ .padding\:xs {
20+ padding : 2px ;
21+ }
22+ .border-color\:black {
23+ border-color : black;
24+ }
25+ .border-width\:sm {
26+ border-width : 2px ;
27+ }
28+ .border-style\:solid {
29+ border-style : solid;
30+ }
31+ .padding\:sm {
32+ padding : 4px ;
33+ }
34+ .padding\:md {
35+ padding : 8px ;
36+ }
37+ .padding\:lg {
38+ padding : 20px ;
39+ }
40+ .padding\:xl {
41+ padding : 50px ;
42+ }
43+ .padding\: 2xl {
44+ padding : 200px ;
45+ }
46+ .color\:white {
47+ color : white;
48+ }
49+ .display\:flex {
50+ display : flex;
51+ }
52+ .flex-direction\:column {
53+ flex-direction : column;
54+ }
55+ .width\:100\% {
56+ width : 100% ;
57+ }
58+ .flex-direction\:row {
59+ flex-direction : row;
60+ }
61+ .display\:none {
62+ display : none;
63+ }
64+ .position\:sticky {
65+ position : sticky;
66+ }
67+ .top\: 0px {
68+ top : 0px ;
69+ }
70+ .height\: 200px {
71+ height : 200px ;
72+ }
73+ .line-height\:md {
74+ line-height : 140% ;
75+ }
76+ .text-decoration\:none {
77+ text-decoration : none;
78+ }
79+ .background-color\:\#010101\:hover : hover {
80+ background-color : # 010101 ;
81+ }
82+ .cursor\:pointer\:hover : hover {
83+ cursor : pointer;
84+ }
85+ .margin-left\:lg {
86+ margin-left : 20px ;
87+ }
88+ .margin-right\:sm {
89+ margin-right : 4px ;
90+ }
91+ .margin-bottom\:xl {
92+ margin-bottom : 50px ;
93+ }
94+ .font-weight\: 2xl {
95+ font-weight : 900 ;
96+ }
97+ .background-color\:black {
98+ background-color : black;
99+ }
100+ .text-align\:center {
101+ text-align : center;
102+ }
103+ .margin\:xl {
104+ margin : 50px ;
105+ }
106+ .height\: 300px {
107+ height : 300px ;
108+ }
109+ /*5*/ @media (min-width : 1024px ) {
110+ .medium\?display\:flex {
111+ display : flex;
112+ }
113+ }
114+ /*8*/ @media (min-width : 1024px ) {
115+ .medium\?display\:block {
116+ display : block;
117+ }
118+ }
119+ /*11*/ @media (min-width : 1024px ) {
120+ .medium\?flex-basis\:20\% {
121+ flex-basis : 20% ;
122+ }
123+ }
124+ /*71*/ @media (min-width : 1024px ) {
125+ .medium\?flex-basis\:80\% {
126+ flex-basis : 80% ;
127+ }
128+ }
129+ /*74*/ @media (min-width : 1024px ) {
130+ .medium\?margin-right\:lg {
131+ margin-right : 20px ;
132+ }
133+ }
134+ /*79*/ @media (min-width : 1536px ) {
135+ .extralarge\?font-size\: 2xl {
136+ font-size : 92px ;
137+ }
138+ }
You can’t perform that action at this time.
0 commit comments