mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: compatibility improvement
This commit is contained in:
parent
f49dec4ed7
commit
06d4865ff5
59
dist/css/app.css
vendored
59
dist/css/app.css
vendored
@ -15567,7 +15567,8 @@ a.text-dark:focus {
|
|||||||
text-shadow: 1px 1px #000;
|
text-shadow: 1px 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-overlay {
|
.meta-lightbox-overlay,
|
||||||
|
.lightbox-overlay-custom {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -15581,7 +15582,8 @@ a.text-dark:focus {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-overlay.meta-lightbox-open {
|
.meta-lightbox-overlay.meta-lightbox-open,
|
||||||
|
.meta-lightbox-open.lightbox-overlay-custom {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@ -15688,6 +15690,7 @@ a.text-dark:focus {
|
|||||||
**********************************************/
|
**********************************************/
|
||||||
|
|
||||||
.meta-lightbox-notouch .meta-lightbox-effect-fade,
|
.meta-lightbox-notouch .meta-lightbox-effect-fade,
|
||||||
|
.meta-lightbox-notouch .lightbox-overlay-custom,
|
||||||
.meta-lightbox-notouch .meta-lightbox-effect-fadeScale,
|
.meta-lightbox-notouch .meta-lightbox-effect-fadeScale,
|
||||||
.meta-lightbox-notouch .meta-lightbox-effect-slideLeft,
|
.meta-lightbox-notouch .meta-lightbox-effect-slideLeft,
|
||||||
.meta-lightbox-notouch .meta-lightbox-effect-slideRight,
|
.meta-lightbox-notouch .meta-lightbox-effect-slideRight,
|
||||||
@ -15773,12 +15776,14 @@ a.text-dark:focus {
|
|||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default.meta-lightbox-overlay {
|
.meta-lightbox-theme-default.meta-lightbox-overlay,
|
||||||
|
.lightbox-overlay-custom {
|
||||||
background: #666;
|
background: #666;
|
||||||
background: rgba(0, 0, 0, 0.6);
|
background: rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav {
|
.meta-lightbox-theme-default .meta-lightbox-nav,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav {
|
||||||
top: 10%;
|
top: 10%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
@ -15792,12 +15797,14 @@ a.text-dark:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav {
|
.meta-lightbox-theme-default .meta-lightbox-nav,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav {
|
||||||
width: 8%;
|
width: 8%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav .fa {
|
.meta-lightbox-theme-default .meta-lightbox-nav .fa,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav .fa {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@ -15805,13 +15812,15 @@ a.text-dark:focus {
|
|||||||
margin-left: -0.2em;
|
margin-left: -0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav:hover {
|
.meta-lightbox-theme-default .meta-lightbox-nav:hover,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav:hover {
|
||||||
color: #0a6ebd;
|
color: #0a6ebd;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-close {
|
.meta-lightbox-theme-default .meta-lightbox-close,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-close {
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -15823,20 +15832,24 @@ a.text-dark:focus {
|
|||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-close:focus {
|
.meta-lightbox-theme-default .meta-lightbox-close:focus,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-close:focus {
|
||||||
color: #0a6ebd;
|
color: #0a6ebd;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-title {
|
.meta-lightbox-theme-default .meta-lightbox-title,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-title {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 7px 15px;
|
padding: 7px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-ajax,
|
.meta-lightbox-theme-default .meta-lightbox-ajax,
|
||||||
.meta-lightbox-theme-default .meta-lightbox-inline {
|
.lightbox-overlay-custom .meta-lightbox-ajax,
|
||||||
|
.meta-lightbox-theme-default .meta-lightbox-inline,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-inline {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -15851,17 +15864,20 @@ a.text-dark:focus {
|
|||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav {
|
.meta-lightbox-theme-default .meta-lightbox-nav,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-nav .fa {
|
.meta-lightbox-theme-default .meta-lightbox-nav .fa,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-nav .fa {
|
||||||
margin-left: -0.4em;
|
margin-left: -0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-lightbox-theme-default .meta-lightbox-close {
|
.meta-lightbox-theme-default .meta-lightbox-close,
|
||||||
|
.lightbox-overlay-custom .meta-lightbox-close {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -17365,6 +17381,21 @@ h6,
|
|||||||
.typography iframe {
|
.typography iframe {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
border: 0 !important;
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 575px) {
|
||||||
|
.typography div,
|
||||||
|
.typography table,
|
||||||
|
.typography p,
|
||||||
|
.typography tr,
|
||||||
|
.typography th,
|
||||||
|
.typography td,
|
||||||
|
.typography img {
|
||||||
|
height: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js.map
vendored
2
dist/js/app.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
|
||||||
"version": "1.9.3",
|
"version": "1.9.6",
|
||||||
"author": "Tony Air <tony@twma.pro>",
|
"author": "Tony Air <tony@twma.pro>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
$lightbox-breakpoint: map-get($grid-breakpoints, "sm");
|
@import '../_variables';
|
||||||
$lightbox-link-hover-color: $link-hover-color;
|
|
||||||
|
|
||||||
@import "~@a2nt/meta-lightbox/src/scss/index";
|
$lightbox-breakpoint: map-get($grid-breakpoints, 'sm') !default;
|
||||||
|
$lightbox-link-hover-color: $link-hover-color !default;
|
||||||
|
|
||||||
|
@import '~@a2nt/meta-lightbox/src/scss/index';
|
||||||
|
|
||||||
|
.lightbox-overlay-custom {
|
||||||
|
@extend .meta-lightbox-overlay;
|
||||||
|
@extend .meta-lightbox-theme-default;
|
||||||
|
@extend .meta-lightbox-effect-fade;
|
||||||
|
// meta-lightbox-open
|
||||||
|
}
|
||||||
|
53
src/scss/_components/_ui.mailchimp.scss
Normal file
53
src/scss/_components/_ui.mailchimp.scss
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
#mc_embed_signup,
|
||||||
|
.mc_embed_signup {
|
||||||
|
padding: 2rem;
|
||||||
|
.mc-field-group {
|
||||||
|
@extend .form-group;
|
||||||
|
}
|
||||||
|
input[type='text'],
|
||||||
|
input[type='email'] {
|
||||||
|
@extend .form-control;
|
||||||
|
}
|
||||||
|
input[type='submit'] {
|
||||||
|
@extend .btn;
|
||||||
|
@extend .btn-primary;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 50%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.clear {
|
||||||
|
float: none;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group {
|
||||||
|
@extend .form-check;
|
||||||
|
ul,
|
||||||
|
li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
input[type='checkbox'] {
|
||||||
|
@extend .form-check-input;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
@extend .form-check-label;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mce_inline_error,
|
||||||
|
#mce-success-response,
|
||||||
|
#mce-error-response {
|
||||||
|
margin-top: 1rem;
|
||||||
|
@extend .alert;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mce-success-response {
|
||||||
|
@extend .alert-success;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mce_inline_error,
|
||||||
|
#mce-error-response {
|
||||||
|
@extend .alert-danger;
|
||||||
|
}
|
||||||
|
}
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
@import '~bootstrap/scss/tables';
|
@import '~bootstrap/scss/tables';
|
||||||
|
|
||||||
|
$typography-breakpoint: map-get($grid-breakpoints, 'sm') - 1 !default;
|
||||||
|
|
||||||
img,
|
img,
|
||||||
.captionImage,
|
.captionImage,
|
||||||
.image,
|
.image,
|
||||||
@ -122,8 +124,23 @@ td,
|
|||||||
img,
|
img,
|
||||||
iframe {
|
iframe {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
@media (max-width: map-get($grid-breakpoints, 'sm') - 1) {
|
@media (max-width: $typography-breakpoint) {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
border: 0 !important;
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div,
|
||||||
|
table,
|
||||||
|
p,
|
||||||
|
tr,
|
||||||
|
th,
|
||||||
|
td,
|
||||||
|
img {
|
||||||
|
@media (max-width: $typography-breakpoint) {
|
||||||
|
height: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user