Select Git revision
-
Grzegorz Rola authoredGrzegorz Rola authored
style.scss 4.41 KiB
@import '../../../node_modules/bootstrap/scss/functions';
@import '../../../node_modules/bootstrap/scss/mixins';
@import '../../../node_modules/bootstrap/scss/variables';
@import '../../../node_modules/bootstrap/scss/buttons';
@import '../../../node_modules/bootstrap/scss/modal';
@import '../../../node_modules/bootstrap/scss/close';
@import '../../../node_modules/bootstrap/scss/utilities';
@import '../../../node_modules/bootstrap/scss/grid';
span.wpdesk-activation-reminder {
display: none;
}
.wpdesk-activation-reminder-popup {
@media (min-width: 576px) {
.modal-dialog {
max-width: none;
width: 50%;
min-width: 500px;
}
.modal-dialog.menu {
max-width: 576px;
}
}
.modal-header {
text-align: center;
}
img.logo {
width: 200px;
}
div.action button {
width: 200px;
height: 250px;
margin-top: 30px;
}
img.action {
width: 60px;
}
div.heading-description {
font-size: initial;
font-weight: normal;
}
h1.title {
color: #be272c;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: $headings-margin-bottom;
font-family: $headings-font-family;
font-weight: $headings-font-weight;
line-height: $headings-line-height;
color: $headings-color;
}
.h1 {
@include font-size($h1-font-size);
}
.h2 {
@include font-size($h2-font-size);
}
.h3 {
@include font-size($h3-font-size);