Skip to content

Commit

Permalink
#588 reduce label size
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikeW committed Sep 7, 2022
1 parent 69f5178 commit 0ebc90a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,11 @@ Other button classes are defined further down together with other classes for th
height: 2rem;
}

.quick-add label {
font-size: 0.8rem;
color: hsl(276deg 46% 16%);
}

.quick-add-input-wrapper {
position: relative;
}
Expand Down

0 comments on commit 0ebc90a

Please sign in to comment.