1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-04-12 02:02:31 +02:00

(ui) Fix projects filters font-weight

This commit is contained in:
Vincent 2023-07-04 16:57:41 +02:00
parent 734608f31c
commit ead7e79f01

View File

@ -16,6 +16,7 @@
@include header(); @include header();
padding-top: 0; padding-top: 0;
} }
label { font-weight: 400; }
.switch { .switch {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;