Skip to content

Commit 770a42e

Browse files
committed
Remove style for unused file, message, loader, heading, file, label, help, menu, and message classes
1 parent 8e4f18c commit 770a42e

1 file changed

Lines changed: 0 additions & 57 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
2-
.file,
32
.navbar-link:not(.is-arrowless)::after {
43
border: 3px solid transparent;
54
border-radius: 2px;
@@ -20,23 +19,9 @@
2019
.box:not(:last-child),
2120
.content:not(:last-child),
2221
.level:not(:last-child),
23-
.message:not(:last-child),
2422
.title:not(:last-child) {
2523
margin-bottom: 1.5rem;
2624
}
27-
.loader {
28-
-webkit-animation: spinAround 0.5s infinite linear;
29-
animation: spinAround 0.5s infinite linear;
30-
border: 2px solid #dbdbdb;
31-
border-radius: 9999px;
32-
border-right-color: transparent;
33-
border-top-color: transparent;
34-
content: "";
35-
display: block;
36-
height: 1em;
37-
position: relative;
38-
width: 1em;
39-
}
4025
.navbar-burger {
4126
-moz-appearance: none;
4227
-webkit-appearance: none;
@@ -138,33 +123,6 @@ a.box:active {
138123
height: auto;
139124
width: 100%;
140125
}
141-
.heading {
142-
display: block;
143-
font-size: 11px;
144-
letter-spacing: 1px;
145-
margin-bottom: 5px;
146-
text-transform: uppercase;
147-
}
148-
.file {
149-
align-items: stretch;
150-
display: flex;
151-
justify-content: flex-start;
152-
position: relative;
153-
}
154-
.label {
155-
color: #363636;
156-
display: block;
157-
font-size: 1rem;
158-
font-weight: 700;
159-
}
160-
.label:not(:last-child) {
161-
margin-bottom: 0.5em;
162-
}
163-
.help {
164-
display: block;
165-
font-size: 0.75rem;
166-
margin-top: 0.25rem;
167-
}
168126
.field:not(:last-child) {
169127
margin-bottom: 0.75rem;
170128
}
@@ -214,21 +172,6 @@ a.box:active {
214172
margin-bottom: 0.75rem;
215173
}
216174
}
217-
.menu {
218-
font-size: 1rem;
219-
}
220-
.message {
221-
background-color: #f5f5f5;
222-
border-radius: 4px;
223-
font-size: 1rem;
224-
}
225-
.message strong {
226-
color: currentColor;
227-
}
228-
.message a:not(.button):not(.dropdown-item) {
229-
color: currentColor;
230-
text-decoration: underline;
231-
}
232175
.navbar > .container {
233176
align-items: stretch;
234177
display: flex;

0 commit comments

Comments
 (0)