From 0c25a2a837d865e86a3acbf5a3b69deff485c39a Mon Sep 17 00:00:00 2001 From: tykayn Date: Tue, 1 Dec 2020 18:32:12 +0100 Subject: [PATCH] ajust styles and add a link in footer to chapril.org --- js/src/common.scss | 37 ++++++++++++++++++++++++++++++------ js/src/components/Footer.vue | 3 +++ js/src/components/Logo.vue | 11 ++++------- js/src/components/NavBar.vue | 12 +++++++++--- js/src/variables.scss | 2 +- 5 files changed, 48 insertions(+), 17 deletions(-) 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") }} +
  • + chapril.org +
  • - + logo chapril diff --git a/js/src/variables.scss b/js/src/variables.scss index 0d8c4e00e..2366fd312 100644 --- a/js/src/variables.scss +++ b/js/src/variables.scss @@ -31,7 +31,7 @@ $backgrounds: mix($chapril_blue, #ecebf2); /** * Text */ -$purple-1: mix($chapril_blue, #757199); +$purple-1: #52628d; /** * Background