We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83caa04 commit b230462Copy full SHA for b230462
src/Frontend/src/assets/main.css
@@ -22,6 +22,8 @@
22
--sp-blue: #00a3c4;
23
--info-icon: #0d6efd;
24
--reduced-emphasis: #929e9e;
25
+ /* FA7 introduced fixed width icons, whereas our design was based on auto width. Forcing it back to fix alignment issues*/
26
+ --fa-width: auto;
27
}
28
29
body {
0 commit comments