diff options
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less new file mode 100644 index 0000000000..c4e04b2f47 --- /dev/null +++ b/public/less/_dashboard.less @@ -0,0 +1,20 @@ +.dashboard { + padding-top: 15px; + padding-bottom: @footer-margin * 2; + + &.issues { + .context.user.menu { + min-width: 200px; + .ui.header { + font-size: 1rem; + text-transform: none; + } + } + .filter.menu { + .item.active { + background-color: #4183c4; + color: #FFF; + } + } + } +}
\ No newline at end of file |