Skip to content

Commit a97ee83

Browse files
committed
Update index.css
1 parent b2dcfb9 commit a97ee83

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

docs/src/styles/index.css

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -19,68 +19,6 @@ html {
1919
@apply shadow-outline border-blue-400;
2020
}
2121

22-
#carbonads * {
23-
margin: initial;
24-
padding: initial;
25-
}
26-
#carbonads {
27-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
28-
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
29-
sans-serif;
30-
}
31-
#carbonads {
32-
display: flex;
33-
max-width: 330px;
34-
background-color: hsl(0, 0%, 98%);
35-
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
36-
z-index: 100;
37-
}
38-
#carbonads a {
39-
color: inherit;
40-
text-decoration: none;
41-
}
42-
#carbonads a:hover {
43-
color: inherit;
44-
}
45-
#carbonads span {
46-
position: relative;
47-
display: block;
48-
overflow: hidden;
49-
}
50-
#carbonads .carbon-wrap {
51-
display: flex;
52-
}
53-
#carbonads .carbon-img {
54-
display: block;
55-
margin: 0;
56-
line-height: 1;
57-
}
58-
#carbonads .carbon-img img {
59-
display: block;
60-
}
61-
#carbonads .carbon-text {
62-
font-size: 13px;
63-
padding: 10px;
64-
margin-bottom: 16px;
65-
line-height: 1.5;
66-
text-align: left;
67-
}
68-
#carbonads .carbon-poweredby {
69-
display: block;
70-
padding: 6px 8px;
71-
background: #f1f1f2;
72-
text-align: center;
73-
text-transform: uppercase;
74-
letter-spacing: 0.5px;
75-
font-weight: 600;
76-
font-size: 8px;
77-
line-height: 1;
78-
border-top-left-radius: 3px;
79-
position: absolute;
80-
bottom: 0;
81-
right: 0;
82-
}
83-
8422
/* purgecss start ignore */
8523

8624
.embed-responsive {
@@ -245,3 +183,65 @@ details > summary {
245183

246184
@tailwind utilities;
247185
/* purgecss end ignore */
186+
187+
#carbonads * {
188+
margin: initial;
189+
padding: initial;
190+
}
191+
#carbonads {
192+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
193+
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
194+
sans-serif;
195+
}
196+
#carbonads {
197+
display: flex;
198+
max-width: 330px;
199+
background-color: hsl(0, 0%, 98%);
200+
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
201+
z-index: 100;
202+
}
203+
#carbonads a {
204+
color: inherit;
205+
text-decoration: none;
206+
}
207+
#carbonads a:hover {
208+
color: inherit;
209+
}
210+
#carbonads span {
211+
position: relative;
212+
display: block;
213+
overflow: hidden;
214+
}
215+
#carbonads .carbon-wrap {
216+
display: flex;
217+
}
218+
#carbonads .carbon-img {
219+
display: block;
220+
margin: 0;
221+
line-height: 1;
222+
}
223+
#carbonads .carbon-img img {
224+
display: block;
225+
}
226+
#carbonads .carbon-text {
227+
font-size: 13px;
228+
padding: 10px;
229+
margin-bottom: 16px;
230+
line-height: 1.5;
231+
text-align: left;
232+
}
233+
#carbonads .carbon-poweredby {
234+
display: block;
235+
padding: 6px 8px;
236+
background: #f1f1f2;
237+
text-align: center;
238+
text-transform: uppercase;
239+
letter-spacing: 0.5px;
240+
font-weight: 600;
241+
font-size: 8px;
242+
line-height: 1;
243+
border-top-left-radius: 3px;
244+
position: absolute;
245+
bottom: 0;
246+
right: 0;
247+
}

0 commit comments

Comments
 (0)