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;
|
||||
}
|
Reference in New Issue
Block a user