01 2022 Microsite Promotion

This commit is contained in:
Kevin Adametz 2022-01-18 18:30:14 +01:00
parent 3f1fb9377d
commit 38e7fd504a
39 changed files with 761 additions and 336 deletions

View file

@ -11,6 +11,7 @@ html {
body.custom-background {
background-color: #f4f1ef;
color: rgb(119, 119, 119);
font-size: 17px;
}
.text-body {
@ -100,7 +101,7 @@ h1, h2, h3, h4, .typo-heading {
color: rgb(64, 65, 66);
}
p {
font-size: 16px;
font-size: 17px;
}
h4.product-title {
@ -110,7 +111,8 @@ h4.product-title {
}
.product-description {
height: 4rem;
font-size: 16px;
height: 4.3rem;
overflow: hidden;
margin-bottom: .5rem;
}
@ -229,12 +231,14 @@ h4.product-title {
.dropdown-item:hover,
.dropdown-item:focus {
background-color: #d6d6d6;
color: #46564d;
}
.dropdown-item.active,
.dropdown-item:active {
background-color: #46564d;
color:#fff !important;
}
label {
@ -269,6 +273,11 @@ label .required {
}
.switcher-label {
cursor: pointer;
font-size: 16px;
}
.switcher .switcher-indicator {
top: 0.1rem;
}
table.table-payment td {
@ -277,8 +286,6 @@ table.table-payment td {
border-bottom: 1px solid #c6c2bf;
}
.yard-items-head {
border-bottom: 1px solid #c6c2bf;
padding-bottom: 8px;
@ -390,4 +397,64 @@ table.table-payment td {
.spinner {
display: none;
}
.tab-content p {
font-size: 1em;
}
.btn-add-product-shop {
font-size: 16px;
}
@media (max-width: 991px) {
.intro-media .media {
display: block;
text-align: center;
}
.intro-media .media img.d-block {
display: inline-block !important;
margin-bottom: 1em;
}
}
.media-body ul {
padding-left: 1.8rem;
}
.media-body .table {
font-size:16px;
color: rgb(119, 119, 119);
}
.modal-body .table {
font-size:16px;
color: rgb(119, 119, 119);
}
.media-body table th, .media-body .table td {
padding: 0.4rem;
}
.no-border {
border: none;
}
.card-header a .fa-caret-collapse {
width: 0.8em;
}
.card-header a.collapsed .fa-caret-collapse:before {
content: "\f0da";
}
.card-header a .fa-caret-collapse:before{
content: "\f0d7";
}
.not-show {
display: none;
}
.ui-w-150 {
width: 150px !important;
height: auto;
}