Layout-Anpassungen nach BS v5 Migration (#222)
This commit is contained in:
		| @@ -57,7 +57,8 @@ | ||||
|   // venobox popup | ||||
|   $(document).ready(function () { | ||||
|     new VenoBox({ | ||||
|       selector: '.vb-video' | ||||
|       selector: '.vb-video', | ||||
|       spinner: 'grid' | ||||
|     }); | ||||
|     new VenoBox({ | ||||
|       selector: '.vb-gallery', | ||||
| @@ -76,7 +77,8 @@ | ||||
|       new Filterizr( | ||||
|         '.filtr-container', | ||||
|         { | ||||
|           layout: 'sameWidth' | ||||
|           layout: 'sameWidth', | ||||
|           gutterPixels: 10 | ||||
|         } | ||||
|       ); | ||||
|     }  | ||||
|   | ||||
| @@ -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