diff --git a/public/themes/vanilla/header.less b/public/themes/vanilla/header.less index cb34b286ff..834a288005 100644 --- a/public/themes/vanilla/header.less +++ b/public/themes/vanilla/header.less @@ -1,45 +1,3 @@ -#user_label { - img { - border: 1px solid #454; - margin: -2px 8px 0 0; - width: 24px; - height: 24px; - } - - span { - font-size: 14px; - font-weight: 400; - color: #ded; - } -} - -.pagination-block { - position: absolute; - background: rgb(34, 34, 34); - right: 0px; - top: 50px; - color: white; - padding: 5px 10px 5px 10px; - font-size: 15px; - display: none; -} - -#notif-list { - li { - font-size: 12px; - width: 300px; - text-align: left; - - a { - white-space: normal; - } - - &.unread { - background: #eceff5; - } - } -} - .header { .dropdown-toggle { i { @@ -48,8 +6,49 @@ } } } -} + #user_label { + img { + border: 1px solid #454; + margin: -2px 8px 0 0; + width: 24px; + height: 24px; + } + + span { + font-size: 14px; + font-weight: 400; + color: #ded; + } + } + + .pagination-block { + position: absolute; + background: rgb(34, 34, 34); + right: 0px; + top: 50px; + color: white; + padding: 5px 10px 5px 10px; + font-size: 15px; + display: none; + } + + #notif-list { + li { + font-size: 12px; + width: 300px; + text-align: left; + + a { + white-space: normal; + } + + &.unread { + background: #eceff5; + } + } + } +} .breadcrumb {