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
|
display: block
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 8px 10px
|
padding: 8px 10px
|
||||||
font-size: $text-small
|
font-size: $dropdown-text-size
|
||||||
border-bottom: 1px solid #f8f8f8
|
border-bottom: 1px solid #f8f8f8
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
&.no-hover
|
&.no-hover
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
border: 1px solid #000
|
border: 1px solid #000
|
||||||
padding: 2px
|
padding: 2px
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
|
font-size: $board-text-size
|
||||||
|
|
||||||
div
|
div
|
||||||
&.task-board-recent
|
&.task-board-recent
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ $text-normal: 1.0em
|
|||||||
$text-small: 0.8em
|
$text-small: 0.8em
|
||||||
$text-tiny: 0.7em
|
$text-tiny: 0.7em
|
||||||
|
|
||||||
|
$dropdown-text-size: 0.9em
|
||||||
|
$board-text-size: 0.9em
|
||||||
|
|
||||||
$text-font: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
$text-font: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||||
$text-color: #333
|
$text-color: #333
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user