Skip to content

Commit

Permalink
Move icon styling out of bulma
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Feb 28, 2024
1 parent abc3a6a commit 3356d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions assets/theme-css/bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ a.box:active {
max-width: 1344px;
}
}
.icon {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}
.field:not(:last-child) {
margin-bottom: 0.75rem;
}
Expand Down
8 changes: 8 additions & 0 deletions assets/theme-css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ figcaption {
}

/* Icon size for the whole document */
.icon {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}

svg.icon {
height: 0.75em;
width: 0.75em;
Expand Down

0 comments on commit 3356d58

Please sign in to comment.