Increase font-size of cards to 16px

[ci skip]
pull/7280/head
Oliver Günther 6 years ago
parent 427413ffd3
commit 1e682fb5d4
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      lib/open_project/design.rb

@ -199,7 +199,7 @@ module OpenProject
'table-timeline--row-height' => '40px',
'status-selector-bg-color' => '#F99601',
'status-selector-bg-hover-color' => '#E08600',
'card-font-size' => '14px'
'card-font-size' => '16px'
}.freeze
# Regular expression for references of other variables.

Loading…
Cancel
Save