@import "variables.scss"; @import "~bulma"; @import "~bulma-divider"; @import "~buefy/src/scss/buefy"; // a { // color: $violet-2; // } .title { margin: 30px auto 45px; } .subtitle { background: $secondary; display: inline; padding: 3px 8px; margin: 15px auto 30px; } main > .container { background: $whitest; min-height: 70vh; } .step-content { height: auto; } a.out, .content a, .ProseMirror a { text-decoration: underline; text-decoration-color: $secondary; text-decoration-thickness: 2px; } main { > section > .columns { min-height: 50vh; } > section { &.container { min-height: 80vh; } } > #homepage { background: $whitest; #featured_events { background: $whitest; } #picture { .container, .section { background: $whitest; } } > .container { min-height: 25vh; } } } .section { padding: 1rem 1% 4rem; } figure img.is-rounded { border: 1px solid $chapril_blue; } $color-black: #000; .mention { background: rgba($color-black, 0.1); color: rgba($color-black, 0.6); font-size: 0.9rem; font-weight: bold; border-radius: 5px; padding: 0.2rem; white-space: nowrap; margin-right: 0.2rem; } .mention-suggestion { color: rgba($color-black, 0.6); } .mention .mention { background: initial; margin-right: 0; } .select select { border-color: $borders; } .fade-enter-active, .fade-leave-active { transition: opacity 0.5s; } .fade-enter, .fade-leave-to { opacity: 0; } body { background: $body-background-color; font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } #mobilizon { > main { background: $body-background-color; } > .container > .message { margin: 1rem auto auto; .message-header { button.delete { background: $chapril_grey; } } } } .module-description { margin-bottom: 2rem; color: $violet-1; } $list-background-color: $scheme-main !default; $list-shadow: 0 2px 3px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1) !default; $list-radius: $radius !default; $list-item-border: 1px solid $border !default; $list-item-color: $text !default; $list-item-active-background-color: $purple-1 !default; $list-item-active-color: $link-invert !default; $list-item-hover-background-color: $background !default; .list-item { display: block; padding: 0.5em 1em; &:not(a) { color: $list-item-color; } &:first-child { border-top-left-radius: $list-radius; border-top-right-radius: $list-radius; } &:last-child { border-bottom-left-radius: $list-radius; border-bottom-right-radius: $list-radius; } &:not(:last-child) { border-bottom: $list-item-border; } &.is-active { background-color: $list-item-active-background-color; color: $list-item-active-color; } } a.list-item { background-color: $list-item-hover-background-color; cursor: pointer; } .setting-title { margin-top: 2rem; margin-bottom: 1rem; h1, h2, h3, h4, h5, h6 { background: $secondary; color: $white; span { background: $secondary !important; color: $white !important; } } h2 { display: inline; padding: 2px 7.5px; text-transform: uppercase; font-size: 1.25rem; } } .hero-body { background-color: $chapril_blue_light; } .columns { background: $whitest; } .setting-menu-item { background-color: $yellow-4; .router-link-active, .router-link-active { background-color: $info; color: $white; a { color: $white; font-weight: 600 !important; text-decoration: none; } } } .date-component-container { .datetime-container { margin-right: 1em; } } .time.datetime-container { color: $white; background: $chapril_blue_light; span.month { color: $whitest; } } /** footer */ footer.footer[data-v-40ab164b] span.select select { background: $chapril_blue_light; color: $footer-text-color; }