web: destory fa, because it's not awesome
Note the loss of some colors in icons. This is because I need to change them at the SVG level. I will think about best way to do this later as some animation transitions will need to be thought for.
This commit is contained in:
parent
a28fad9ef2
commit
70aab4a27c
18 changed files with 30 additions and 16 deletions
|
@ -42,10 +42,16 @@ button.action {
|
|||
color: white;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
img.icon {
|
||||
width: var(--iconSize);
|
||||
height: var(--iconSize);
|
||||
}
|
||||
img.icon.small {
|
||||
width: var(--iconSizeSmall);
|
||||
height: var(--iconSizeSmall);
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue