Adjust board and dropdown text-size
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -21,7 +21,7 @@ ul.dropdown-submenu-open
|
||||
display: block
|
||||
margin: 0
|
||||
padding: 8px 10px
|
||||
font-size: $text-small
|
||||
font-size: $dropdown-text-size
|
||||
border-bottom: 1px solid #f8f8f8
|
||||
cursor: pointer
|
||||
&.no-hover
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
border: 1px solid #000
|
||||
padding: 2px
|
||||
word-wrap: break-word
|
||||
font-size: $board-text-size
|
||||
|
||||
div
|
||||
&.task-board-recent
|
||||
|
||||
@@ -5,6 +5,9 @@ $text-normal: 1.0em
|
||||
$text-small: 0.8em
|
||||
$text-tiny: 0.7em
|
||||
|
||||
$dropdown-text-size: 0.9em
|
||||
$board-text-size: 0.9em
|
||||
|
||||
$text-font: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||
$text-color: #333
|
||||
|
||||
|
||||
Reference in New Issue
Block a user