Skip to content

Commit 699182a

Browse files
Move icon styling out of bulma (#514)
1 parent 174816f commit 699182a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,6 @@ a.box:active {
7373
max-width: 1344px;
7474
}
7575
}
76-
.icon {
77-
align-items: center;
78-
display: inline-flex;
79-
justify-content: center;
80-
height: 1.5rem;
81-
width: 1.5rem;
82-
}
8376
.field:not(:last-child) {
8477
margin-bottom: 0.75rem;
8578
}

assets/theme-css/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,15 @@ figcaption {
224224
}
225225

226226
/* Icon size for the whole document */
227+
.icon {
228+
align-items: center;
229+
display: inline-flex;
230+
justify-content: center;
231+
margin-right: 0.25rem;
232+
height: 1.5rem;
233+
width: 1.5rem;
234+
}
235+
227236
svg.icon {
228237
height: 0.75em;
229238
width: 0.75em;

0 commit comments

Comments
 (0)