Skip to content

Commit 8e4f18c

Browse files
committed
Remove style for unused number, card, control, and media classes
1 parent 99ee7cb commit 8e4f18c

1 file changed

Lines changed: 0 additions & 62 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,6 @@ a.box:active {
145145
margin-bottom: 5px;
146146
text-transform: uppercase;
147147
}
148-
.number {
149-
align-items: center;
150-
background-color: #f5f5f5;
151-
border-radius: 9999px;
152-
display: inline-flex;
153-
font-size: 1.25rem;
154-
height: 2em;
155-
justify-content: center;
156-
margin-right: 1.5rem;
157-
min-width: 2.5em;
158-
padding: 0.25rem 0.5rem;
159-
text-align: center;
160-
vertical-align: top;
161-
}
162148
.file {
163149
align-items: stretch;
164150
display: flex;
@@ -182,26 +168,6 @@ a.box:active {
182168
.field:not(:last-child) {
183169
margin-bottom: 0.75rem;
184170
}
185-
.control {
186-
box-sizing: border-box;
187-
clear: both;
188-
font-size: 1rem;
189-
position: relative;
190-
text-align: inherit;
191-
}
192-
.card {
193-
background-color: #fff;
194-
border-radius: 0.25rem;
195-
box-shadow:
196-
0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
197-
0 0 0 1px rgba(10, 10, 10, 0.02);
198-
color: #4a4a4a;
199-
max-width: 100%;
200-
position: relative;
201-
}
202-
.card .media:not(:last-child) {
203-
margin-bottom: 1.5rem;
204-
}
205171
.level {
206172
align-items: center;
207173
justify-content: space-between;
@@ -248,34 +214,6 @@ a.box:active {
248214
margin-bottom: 0.75rem;
249215
}
250216
}
251-
.media {
252-
align-items: flex-start;
253-
display: flex;
254-
text-align: inherit;
255-
}
256-
.media .content:not(:last-child) {
257-
margin-bottom: 0.75rem;
258-
}
259-
.media .media {
260-
border-top: 1px solid rgba(219, 219, 219, 0.5);
261-
display: flex;
262-
padding-top: 0.75rem;
263-
}
264-
.media .media .content:not(:last-child),
265-
.media .media .control:not(:last-child) {
266-
margin-bottom: 0.5rem;
267-
}
268-
.media .media .media {
269-
padding-top: 0.5rem;
270-
}
271-
.media .media .media + .media {
272-
margin-top: 0.5rem;
273-
}
274-
.media + .media {
275-
border-top: 1px solid rgba(219, 219, 219, 0.5);
276-
margin-top: 1rem;
277-
padding-top: 1rem;
278-
}
279217
.menu {
280218
font-size: 1rem;
281219
}

0 commit comments

Comments
 (0)