Layout-Anpassungen nach BS v5 Migration (#222)
This commit is contained in:
@ -218,7 +218,6 @@ textarea.form-control {
|
||||
justify-content: center;
|
||||
|
||||
.page-item {
|
||||
margin: 0 10px;
|
||||
|
||||
&.active {
|
||||
.page-link {
|
||||
@ -228,11 +227,6 @@ textarea.form-control {
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child .page-link,
|
||||
&:last-child .page-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.page-link {
|
||||
color: $text-color;
|
||||
}
|
||||
@ -376,11 +370,6 @@ details[open] summary {
|
||||
}
|
||||
}
|
||||
|
||||
#wc-canvas {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.top-banner {
|
||||
padding-top: 160px !important;
|
||||
}
|
||||
@ -402,4 +391,9 @@ details[open] summary {
|
||||
|
||||
.fb-tile-icon {
|
||||
font-size: 96px;
|
||||
}
|
||||
|
||||
.wc-canvas {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
}
|
@ -14,4 +14,4 @@ $gray: #f8f8f8;
|
||||
// Font Variables
|
||||
$primary-font: 'Fira Sans', sans-serif;
|
||||
$secondary-font: 'Fira Sans', sans-serif;
|
||||
$icon-font: 'Material Design Icons';
|
||||
$icon-font: 'Material Design Icons';
|
Reference in New Issue
Block a user