0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 14:52:38 +00:00

Moved inline styling to separate stylesheet

This commit is contained in:
Michiel De Mey
2023-03-02 12:40:48 +01:00
parent 33f3fb18fa
commit e67fc2f775
2 changed files with 5 additions and 1 deletions

View File

@@ -21,5 +21,9 @@
height : 20px;
padding : 0px;
margin : -5px;
&.inactive {
filter: grayscale(1);
}
}
}