diff --git a/js/src/common.scss b/js/src/common.scss index d4ea5f0e0..2d5871946 100644 --- a/js/src/common.scss +++ b/js/src/common.scss @@ -4,6 +4,7 @@ @import "~bulma-divider"; @import "~buefy/src/scss/buefy"; + a.out, .content a, .ProseMirror a { @@ -20,6 +21,11 @@ main { .section { padding: 1rem 1% 4rem; + + + &.container { + min-height: 80vh; + } } figure img.is-rounded { @@ -129,7 +135,12 @@ $list-item-hover-background-color: $chapril_blue_light !default; a.router-link-active { color: $list-item-active-color; + background: $info; padding: 0.25em; + + nav & { + background: #52628d; + } } a { @@ -144,9 +155,11 @@ a { display: block !important; } } -.title{ + +.title { margin: 1rem auto 1.5rem !important; } + .setting-title { margin-top: 2rem; margin-bottom: 1rem; @@ -161,13 +174,14 @@ a { } .breadcrumb { - a{ + a { padding: 0.5em; } - li:first-child a - { + + li:first-child a { padding-left: 0.5em; } + .router-link-active, .is-active { background: $info !important; @@ -199,11 +213,13 @@ a { } } } -.date-component-container{ - .datetime-container{ + +.date-component-container { + .datetime-container { margin-right: 1em; } } + .date-component { background-color: $chapril_blue_light !important; } @@ -211,3 +227,12 @@ a { .time.datetime-container span.month { color: $primary-invert; } + +/** +footer + + */ +footer.footer[data-v-40ab164b] span.select select{ + background: $chapril_blue_light; + color: #000; +} diff --git a/js/src/components/Footer.vue b/js/src/components/Footer.vue index 50d4eaf7f..e663e3f12 100644 --- a/js/src/components/Footer.vue +++ b/js/src/components/Footer.vue @@ -31,6 +31,9 @@ {{ $t("License") }} +