Change search and filter icons to SVG (#13473)
Unfortunately, the Fomantic CSS relies on i.icon instead of .icon so a wrapper is necessary for these with an accompanying class to center the icon.
This commit is contained in:
parent
ef2ffc6aed
commit
8bae34c4b2
11 changed files with 25 additions and 25 deletions
|
@ -1,9 +1,9 @@
|
|||
.df { display: flex; }
|
||||
.ac { align-items: center; }
|
||||
.jc { justify-content: center; }
|
||||
.js { justify-content: flex-start; }
|
||||
.je { justify-content: flex-end; }
|
||||
.sb { justify-content: space-between; }
|
||||
.df { display: flex !important; }
|
||||
.ac { align-items: center !important; }
|
||||
.jc { justify-content: center !important; }
|
||||
.js { justify-content: flex-start !important; }
|
||||
.je { justify-content: flex-end !important; }
|
||||
.sb { justify-content: space-between !important; }
|
||||
.mono { font-family: var(--fonts-monospace); font-size: .9em; /* compensate for monospace fonts being usually slighty larger */ }
|
||||
.rounded { border-radius: var(--border-radius) !important; }
|
||||
.word-break { word-wrap: break-word; word-break: break-all; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue