diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index a4095471..9dff1c32 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -1,37 +1,26 @@ @@ -139,18 +124,21 @@ export default { +.new { + display: flex; + flex-direction: column; +} + +.new a { + font-size: 18px; +} + +.new-top { + margin-top: 6px; + font-size: 15px !important; +} + +.aui-navbar__header_new h1 { + color: #fff; +} + diff --git a/src/views/main.vue b/src/views/main.vue index b492646a..9a243744 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -1,5 +1,6 @@