bootstrap content with vertical right person menu

This commit is contained in:
2021-03-20 23:41:58 +01:00
parent fe2f107ddc
commit 2916babe1c
7 changed files with 258 additions and 292 deletions

View File

@@ -7,9 +7,32 @@ h1, h2, .h1, .h2 {
}
.open_sansbold {
font-weight: bold;
}
.chill-user-quote {
border-left: 10px solid #eec84a;
margin: 1.5em 10px;
padding: .5em 10px;
quotes: "\201C" "\201D" "\2018" "\2019";
background-color: #e6e6e6;
}
div.chill_address {
div.chill_address_address {
margin: .7em 0;
font-size: 98%;
font-variant: small-caps;
p {
display: inline-block;
margin: 0 0 0 1.5em;
text-indent: -1.5em;
}
}
}
html, body {
min-height: 100%;
height: 100%;

View File

@@ -70,7 +70,7 @@ $colors: map-merge(
);
$primary: $blue;
$secondary: $gray-600;
$secondary: $gray-200;
$success: $green;
$info: $yellow;
$warning: $orange;
@@ -128,7 +128,7 @@ $enable-hover-media-query: false !default; // Deprecated, no
$enable-grid-classes: true !default;
$enable-pointer-cursor-for-buttons: true !default;
$enable-print-styles: true !default;
$enable-responsive-font-sizes: false !default;
$enable-responsive-font-sizes: true !default;
$enable-validation-icons: true !default;
$enable-deprecation-messages: true !default;
@@ -996,9 +996,9 @@ $modal-scale-transform: scale(1.02) !default;
$alert-padding-y: .75rem !default;
$alert-padding-x: 1.25rem !default;
$alert-margin-bottom: 1rem !default;
$alert-border-radius: $border-radius !default;
$alert-border-radius: 0 !default;
$alert-link-font-weight: $font-weight-bold !default;
$alert-border-width: $border-width !default;
$alert-border-width: 0 !default;
$alert-bg-level: -10 !default;
$alert-border-level: -9 !default;