This commit is contained in:
2024-11-08 15:26:50 +01:00
parent 546cc34310
commit 9b99bc2878
13 changed files with 10538 additions and 10227 deletions

BIN
.DS_Store vendored

Binary file not shown.

790
.htaccess

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@
}, },
"sitemap.xml": { "sitemap.xml": {
"type": "-", "type": "-",
"size": 55666, "size": 57790,
"lmtime": 0, "lmtime": 0,
"modified": true "modified": true
}, },
@@ -212,7 +212,7 @@
"templates": {}, "templates": {},
".htaccess": { ".htaccess": {
"type": "-", "type": "-",
"size": 202580, "size": 211898,
"lmtime": 0, "lmtime": 0,
"modified": true "modified": true
}, },

BIN
layout/.DS_Store vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -671,8 +671,7 @@ a {
padding-inline-start: 0; padding-inline-start: 0;
li { li {
&.active { &.active {}
}
a { a {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
@@ -876,6 +875,7 @@ a {
padding-top: 150px; padding-top: 150px;
// padding-top: 155px; // padding-top: 155px;
} }
@include respond-below(lg) { @include respond-below(lg) {
margin-top: 0; margin-top: 0;
padding-top: 0px; padding-top: 0px;
@@ -1356,6 +1356,7 @@ a {
#scontainer-6 { #scontainer-6 {
div[class^='col-']:first-child { div[class^='col-']:first-child {
h3, h3,
h5, h5,
p { p {
@@ -1596,8 +1597,7 @@ a {
@extend .title; @extend .title;
margin-bottom: 50px; margin-bottom: 50px;
@include respond-above(lg) { @include respond-above(lg) {}
}
} }
p { p {
@@ -2271,6 +2271,7 @@ span {
font-size: clamp(15px, 2rem, 30px); font-size: clamp(15px, 2rem, 30px);
} }
} }
.article-sub-title { .article-sub-title {
color: $cYellow; color: $cYellow;
font-size: 16px; font-size: 16px;
@@ -2342,6 +2343,7 @@ span {
font-weight: 600; font-weight: 600;
margin-bottom: 0; margin-bottom: 0;
} }
.autor-position { .autor-position {
position: relative; position: relative;
padding-left: 30px; padding-left: 30px;
@@ -2653,6 +2655,7 @@ span {
} }
} }
} }
.pager { .pager {
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -2680,6 +2683,7 @@ span {
} }
} }
} }
.newsletter { .newsletter {
padding: 50px; padding: 50px;
background: url(/upload/filemanager/images/newsletter-bg.png); background: url(/upload/filemanager/images/newsletter-bg.png);
@@ -2777,6 +2781,7 @@ span {
} }
} }
} }
.newsletter-2 { .newsletter-2 {
padding: 32px; padding: 32px;
background: #fec407; background: #fec407;
@@ -2792,6 +2797,7 @@ span {
font-family: $font-5; font-family: $font-5;
margin: 0 0 16px 0; margin: 0 0 16px 0;
} }
h2 { h2 {
color: $cBlackText; color: $cBlackText;
font-size: 42px; font-size: 42px;
@@ -2822,6 +2828,7 @@ span {
font-weight: 600; font-weight: 600;
font-family: $font-5; font-family: $font-5;
} }
input { input {
color: $cBlackText; color: $cBlackText;
font-size: 14px; font-size: 14px;
@@ -2848,6 +2855,7 @@ span {
font-family: $font-5; font-family: $font-5;
} }
} }
.btn1 { .btn1 {
font-size: 14px; font-size: 14px;
font-family: $font-5; font-family: $font-5;
@@ -2873,6 +2881,7 @@ span {
top: 9px; top: 9px;
left: 5px; left: 5px;
} }
&::after { &::after {
top: 12px; top: 12px;
left: 4px; left: 4px;
@@ -2890,6 +2899,7 @@ span {
transform: rotate(-50deg); transform: rotate(-50deg);
transition: all 250ms ease-in-out; transition: all 250ms ease-in-out;
} }
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;
@@ -2924,8 +2934,7 @@ span {
font-weight: 400; font-weight: 400;
margin-bottom: 0px; margin-bottom: 0px;
@include respond-above(xs) { @include respond-above(xs) {}
}
} }
p { p {
@@ -3395,11 +3404,9 @@ span {
@extend .box; @extend .box;
background: $cGrayLighterBg; background: $cGrayLighterBg;
background: linear-gradient( background: linear-gradient(98deg,
98deg,
rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%,
rgba(250, 250, 250, 1) 100% rgba(250, 250, 250, 1) 100%);
);
h3 { h3 {
@extend .title-big; @extend .title-big;
@@ -3417,11 +3424,9 @@ span {
width: 140px; width: 140px;
height: 140px; height: 140px;
background: rgb(242, 242, 242); background: rgb(242, 242, 242);
background: linear-gradient( background: linear-gradient(324deg,
324deg,
rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 0%,
rgba(252, 252, 252, 1) 100% rgba(252, 252, 252, 1) 100%);
);
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -3431,6 +3436,7 @@ span {
.row { .row {
&:nth-child(2) { &:nth-child(2) {
div[class^='col-'] { div[class^='col-'] {
&:first-child, &:first-child,
&:nth-child(2), &:nth-child(2),
&:nth-child(3) { &:nth-child(3) {
@@ -3452,11 +3458,9 @@ span {
&:nth-child(3), &:nth-child(3),
&:nth-child(4) { &:nth-child(4) {
h6 { h6 {
background: linear-gradient( background: linear-gradient(324deg,
324deg,
rgba(252, 246, 228, 1) 0%, rgba(252, 246, 228, 1) 0%,
rgba(252, 251, 248, 1) 100% rgba(252, 251, 248, 1) 100%);
);
} }
} }
} }
@@ -3532,11 +3536,9 @@ span {
padding-bottom: 0; padding-bottom: 0;
@extend .box; @extend .box;
background: linear-gradient( background: linear-gradient(0deg,
0deg,
rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%,
rgba(251, 251, 251, 1) 100% rgba(251, 251, 251, 1) 100%);
);
h3 { h3 {
@extend .title-big; @extend .title-big;
@@ -3554,22 +3556,18 @@ span {
.gradient-gray-bg { .gradient-gray-bg {
background: rgb(238, 238, 238); background: rgb(238, 238, 238);
background: linear-gradient( background: linear-gradient(90deg,
90deg,
rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 0%,
rgba(251, 251, 251, 1) 100% rgba(251, 251, 251, 1) 100%);
);
padding-top: 25px; padding-top: 25px;
padding-bottom: 25px; padding-bottom: 25px;
} }
.gradient-yellow-bg { .gradient-yellow-bg {
background: rgb(255, 249, 229); background: rgb(255, 249, 229);
background: linear-gradient( background: linear-gradient(90deg,
90deg,
rgba(255, 249, 229, 1) 0%, rgba(255, 249, 229, 1) 0%,
rgba(255, 255, 255, 1) 100% rgba(255, 255, 255, 1) 100%);
);
padding-top: 25px; padding-top: 25px;
padding-bottom: 25px; padding-bottom: 25px;
} }
@@ -3590,6 +3588,7 @@ span {
} }
.col-lg-3 { .col-lg-3 {
&:first-child, &:first-child,
&:nth-child(2) { &:nth-child(2) {
@include respond-below(md) { @include respond-below(md) {
@@ -3721,11 +3720,9 @@ span {
&:nth-child(2n) { &:nth-child(2n) {
background: rgb(238, 238, 238); background: rgb(238, 238, 238);
background: linear-gradient( background: linear-gradient(90deg,
90deg,
rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 0%,
rgba(251, 251, 251, 1) 100% rgba(251, 251, 251, 1) 100%);
);
} }
.service_header { .service_header {
@@ -3793,8 +3790,7 @@ span {
width: auto !important; width: auto !important;
} }
@media (min-width: 1360px) { @media (min-width: 1360px) {}
}
@media (min-width: 1px) { @media (min-width: 1px) {
.fixed-top { .fixed-top {
@@ -4878,11 +4874,9 @@ body {
.hero_bg_2 { .hero_bg_2 {
position: relative; position: relative;
background: linear-gradient( background: linear-gradient(0deg,
0deg,
rgb(209, 209, 209) 0%, rgb(209, 209, 209) 0%,
rgb(75, 75, 75) 100% rgb(75, 75, 75) 100%);
);
// background-image: url("/upload/filemanager/images/online-marketing/Mask-Group-2.jpg"); // background-image: url("/upload/filemanager/images/online-marketing/Mask-Group-2.jpg");
// background-repeat: no-repeat; // background-repeat: no-repeat;
// background-position: center; // background-position: center;
@@ -4912,6 +4906,7 @@ body {
} }
@keyframes bounce { @keyframes bounce {
0%, 0%,
20%, 20%,
50%, 50%,
@@ -5032,14 +5027,12 @@ body {
top: -250px; top: -250px;
border-radius: 0; border-radius: 0;
padding: 30px 0; padding: 30px 0;
background: linear-gradient( background: linear-gradient(90deg,
90deg,
rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 0%,
rgba(114, 114, 114, 0.5) 40%, rgba(114, 114, 114, 0.5) 40%,
rgba(105, 105, 105, 0.5) 50%, rgba(105, 105, 105, 0.5) 50%,
rgba(111, 111, 111, 0.5) 60%, rgba(111, 111, 111, 0.5) 60%,
rgba(255, 255, 255, 0.5) 100% rgba(255, 255, 255, 0.5) 100%);
);
span { span {
left: calc(50% - 18px); left: calc(50% - 18px);
@@ -5068,8 +5061,7 @@ body {
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {}
}
@media (max-width: 567px) { @media (max-width: 567px) {
padding-top: 250px; padding-top: 250px;
@@ -7473,8 +7465,7 @@ body {
//* Webinar senuto strona //* Webinar senuto strona
body.webinar { body.webinar {
.webinar-box-08 { .webinar-box-08 {
background: url('/upload/filemanager/images/rzeczy-o-marketingu/marketing-bottom-1.jpg') background: url('/upload/filemanager/images/rzeczy-o-marketingu/marketing-bottom-1.jpg') center;
center;
background-size: cover; background-size: cover;
background-position-x: right; background-position-x: right;
@@ -8088,6 +8079,7 @@ body.webinar {
//section-2 //section-2
.section-2 { .section-2 {
.left { .left {
//iframe //iframe
.video { .video {
max-width: 100%; max-width: 100%;
@@ -8253,8 +8245,7 @@ body.webinar {
border: none; border: none;
transform: translateY(-20px); transform: translateY(-20px);
.quote__text { .quote__text {}
}
} }
} }
} }
@@ -9144,11 +9135,9 @@ body.webinar {
width: 100%; width: 100%;
} }
&.offer-website { &.offer-website {}
}
&.offer-market { &.offer-market {}
}
img { img {
width: 15px; width: 15px;
@@ -9402,11 +9391,9 @@ body#page-9 {
padding: 30px; padding: 30px;
border: 1px solid #e9e9e6; border: 1px solid #e9e9e6;
background: linear-gradient( background: linear-gradient(300deg,
300deg,
rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%,
rgba(249, 249, 249, 1) 100% rgba(249, 249, 249, 1) 100%);
);
border-radius: 12px; border-radius: 12px;
header { header {
@@ -9532,11 +9519,9 @@ body#page-9 {
.box-4 { .box-4 {
padding-top: 140px; padding-top: 140px;
padding-bottom: 140px; padding-bottom: 140px;
background: linear-gradient( background: linear-gradient(0deg,
0deg,
rgba(241, 173, 1, 0.1) 0%, rgba(241, 173, 1, 0.1) 0%,
rgba(255, 217, 71, 0.1) 100% rgba(255, 217, 71, 0.1) 100%);
);
@include respond-below(md) { @include respond-below(md) {
padding-top: 80px; padding-top: 80px;
@@ -9689,6 +9674,7 @@ body#page-9 {
@include respond-above(md) { @include respond-above(md) {
margin-left: auto; margin-left: auto;
} }
@include respond-below(md) { @include respond-below(md) {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@@ -9788,6 +9774,7 @@ body#page-9 {
background-repeat: no-repeat; background-repeat: no-repeat;
transform: rotate(20deg); transform: rotate(20deg);
} }
@include respond-below(sm) { @include respond-below(sm) {
font-size: 18px; font-size: 18px;
} }
@@ -9803,6 +9790,7 @@ body#page-9 {
max-width: 100px; max-width: 100px;
} }
} }
.col-right { .col-right {
img { img {
@include respond-below(md) { @include respond-below(md) {
@@ -10039,6 +10027,7 @@ body#page-9 {
@include respond-above(md) { @include respond-above(md) {
margin-right: auto; margin-right: auto;
} }
@include respond-below(md) { @include respond-below(md) {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@@ -10122,6 +10111,7 @@ body#page-9 {
.box-1 { .box-1 {
order: 2; order: 2;
} }
.box-6 { .box-6 {
order: 1; order: 1;
@@ -10138,27 +10128,35 @@ body#page-9 {
padding-top: 200px; padding-top: 200px;
} }
} }
.box-7 { .box-7 {
order: 3; order: 3;
} }
.box-11 { .box-11 {
order: 4; order: 4;
} }
.box-8 { .box-8 {
order: 5; order: 5;
} }
.box-9 { .box-9 {
order: 6; order: 6;
} }
.box-5 { .box-5 {
order: 7; order: 7;
} }
.box-4 { .box-4 {
order: 8; order: 8;
} }
.box-3 { .box-3 {
order: 9; order: 9;
} }
.box-2 { .box-2 {
order: 10; order: 10;
} }
@@ -10217,6 +10215,7 @@ body#page-9 {
} }
} }
} }
#scontainer-245, #scontainer-245,
#scontainer-260 { #scontainer-260 {
width: 100%; width: 100%;
@@ -10269,6 +10268,7 @@ body#page-9 {
h2 { h2 {
color: $cWhite; color: $cWhite;
} }
p { p {
color: $cWhite; color: $cWhite;
} }
@@ -10300,10 +10300,12 @@ body#page-9 {
@include respond-below(sm) { @include respond-below(sm) {
font-size: 32px; font-size: 32px;
} }
@include respond-below(xs) { @include respond-below(xs) {
font-size: 26px; font-size: 26px;
} }
} }
h3 { h3 {
color: $cBlackText; color: $cBlackText;
font-size: 24px; font-size: 24px;
@@ -10316,6 +10318,7 @@ body#page-9 {
@include respond-below(sm) { @include respond-below(sm) {
font-size: 18px; font-size: 18px;
} }
@include respond-below(xs) { @include respond-below(xs) {
font-size: 16px; font-size: 16px;
} }
@@ -10377,6 +10380,7 @@ body#page-9 {
align-items: baseline; align-items: baseline;
row-gap: 30px; row-gap: 30px;
} }
@include respond-below(sm) { @include respond-below(sm) {
align-items: center; align-items: center;
} }
@@ -10411,6 +10415,7 @@ body#page-9 {
border-radius: 100%; border-radius: 100%;
} }
} }
.col-txt { .col-txt {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -10462,6 +10467,7 @@ body#page-9 {
} }
} }
} }
.col-right { .col-right {
position: relative; position: relative;
height: fit-content; height: fit-content;
@@ -10540,6 +10546,7 @@ body#page-9 {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
a { a {
color: rgba($cBlackText, 0.7); color: rgba($cBlackText, 0.7);
font-size: 16px; font-size: 16px;
@@ -10552,6 +10559,7 @@ body#page-9 {
} }
} }
} }
//* Page banners //* Page banners
#scontainer-240, #scontainer-240,
#scontainer-243, #scontainer-243,
@@ -10565,6 +10573,7 @@ body#page-9 {
align-items: center; align-items: center;
} }
} }
h2, h2,
.title { .title {
color: $cBlackText; color: $cBlackText;
@@ -10581,6 +10590,7 @@ body#page-9 {
font-size: 24px; font-size: 24px;
} }
} }
h3, h3,
.subtitle { .subtitle {
color: $cYellow; color: $cYellow;
@@ -10604,16 +10614,20 @@ body#page-9 {
@include respond-below(xl) { @include respond-below(xl) {
margin-top: 156px; margin-top: 156px;
} }
@include respond-below(sm) { @include respond-below(sm) {
margin-top: 223px; margin-top: 223px;
} }
@include respond-below(xs) { @include respond-below(xs) {
margin-top: 90px; margin-top: 90px;
} }
@media (max-width: 500px) { @media (max-width: 500px) {
margin-top: 153px; margin-top: 153px;
} }
} }
#scontainer-240 { #scontainer-240 {
background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png'); background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png');
background-position: center; background-position: center;
@@ -10621,6 +10635,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
#scontainer-243 { #scontainer-243 {
background-image: url('/upload/filemanager/new-2024/blog/box-baner-bg.jpg'); background-image: url('/upload/filemanager/new-2024/blog/box-baner-bg.jpg');
background-position: center; background-position: center;
@@ -10628,6 +10643,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
#scontainer-246 { #scontainer-246 {
background-image: url('/upload/filemanager/new-2024/wideo-i-audio/box-1.jpg'); background-image: url('/upload/filemanager/new-2024/wideo-i-audio/box-1.jpg');
background-position: center; background-position: center;
@@ -10635,6 +10651,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
#scontainer-247 { #scontainer-247 {
background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png'); background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png');
background-position: center; background-position: center;
@@ -10642,6 +10659,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
#scontainer-261 { #scontainer-261 {
background-image: url('/upload/filemanager/new-2024/Contact/box-1.jpg'); background-image: url('/upload/filemanager/new-2024/Contact/box-1.jpg');
background-position: center; background-position: center;
@@ -10649,6 +10667,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
#scontainer-263 { #scontainer-263 {
background-image: url('/upload/filemanager/new-2024/widgety/box-1.png'); background-image: url('/upload/filemanager/new-2024/widgety/box-1.png');
background-position: center; background-position: center;
@@ -10656,6 +10675,7 @@ body#page-9 {
background-size: cover; background-size: cover;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
//* Cennik //* Cennik
#scontainer-237 { #scontainer-237 {
padding-top: 50px; padding-top: 50px;
@@ -10669,12 +10689,15 @@ body#page-9 {
@include respond-below(xl) { @include respond-below(xl) {
margin-top: 156px; margin-top: 156px;
} }
@include respond-below(sm) { @include respond-below(sm) {
margin-top: 223px; margin-top: 223px;
} }
@include respond-below(xs) { @include respond-below(xs) {
margin-top: 90px; margin-top: 90px;
} }
@media (max-width: 500px) { @media (max-width: 500px) {
margin-top: 153px; margin-top: 153px;
} }
@@ -10697,6 +10720,7 @@ body#page-9 {
gap: 8px; gap: 8px;
margin: 0 0 30px 0; margin: 0 0 30px 0;
} }
h1 { h1 {
color: $cBlackText; color: $cBlackText;
font-size: 32px; font-size: 32px;
@@ -10726,6 +10750,7 @@ body#page-9 {
margin-top: 100px; margin-top: 100px;
margin-bottom: 100px; margin-bottom: 100px;
} }
@include respond-below(sm) { @include respond-below(sm) {
margin-top: 60px; margin-top: 60px;
margin-bottom: 60px; margin-bottom: 60px;
@@ -10768,6 +10793,7 @@ body#page-9 {
border-collapse: collapse; border-collapse: collapse;
tr { tr {
th, th,
td { td {
font-size: 14px; font-size: 14px;
@@ -10843,6 +10869,7 @@ body#page-9 {
&:nth-child(1) { &:nth-child(1) {
text-align: left; text-align: left;
} }
@include respond-above(sm) { @include respond-above(sm) {
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
@@ -10858,6 +10885,7 @@ body#page-9 {
border: 1px solid #ffd500; border: 1px solid #ffd500;
} }
} }
@include respond-below(sm) { @include respond-below(sm) {
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
@@ -10871,6 +10899,7 @@ body#page-9 {
&::after { &::after {
border-bottom: none; border-bottom: none;
} }
td { td {
@include respond-above(sm) { @include respond-above(sm) {
&:nth-child(2) { &:nth-child(2) {
@@ -10895,6 +10924,7 @@ body#page-9 {
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
table, table,
thead, thead,
tbody, tbody,
@@ -10934,6 +10964,7 @@ body#page-9 {
&:nth-child(1) { &:nth-child(1) {
background: #f9f9f9; background: #f9f9f9;
} }
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
} }
@@ -10967,6 +10998,7 @@ body#page-9 {
} }
@media screen and (min-width: 769px) and (max-width: 1024px) { @media screen and (min-width: 769px) and (max-width: 1024px) {
th, th,
td { td {
padding: 8px; padding: 8px;
@@ -11001,11 +11033,9 @@ body#page-9 {
.scontainer-content { .scontainer-content {
padding-top: 70px; padding-top: 70px;
padding-bottom: 70px; padding-bottom: 70px;
background: linear-gradient( background: linear-gradient(0deg,
0deg,
rgba(241, 173, 1, 0.1) 0%, rgba(241, 173, 1, 0.1) 0%,
rgba(255, 217, 71, 0.1) 100% rgba(255, 217, 71, 0.1) 100%);
);
} }
h2 { h2 {
@@ -11056,6 +11086,7 @@ body#page-9 {
@include respond-below(md) { @include respond-below(md) {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
@include respond-below(xs) { @include respond-below(xs) {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@@ -11151,6 +11182,7 @@ body#page-9 {
opacity: 0.1; opacity: 0.1;
transform: rotate(-60deg) translate(20px, 30px); transform: rotate(-60deg) translate(20px, 30px);
} }
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;
@@ -11165,6 +11197,7 @@ body#page-9 {
opacity: 0.1; opacity: 0.1;
transform: rotate(-20deg) translate(30px, 20px); transform: rotate(-20deg) translate(30px, 20px);
} }
.row { .row {
position: relative; position: relative;
z-index: 1; z-index: 1;
@@ -11243,6 +11276,7 @@ body#page-9 {
margin-bottom: 0; margin-bottom: 0;
} }
} }
.acc-data { .acc-data {
padding-bottom: 20px; padding-bottom: 20px;
display: none; display: none;
@@ -11284,6 +11318,7 @@ body#page-9 {
object-position: center; object-position: center;
} }
} }
.article-tags { .article-tags {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@@ -11417,6 +11452,7 @@ body#page-9 {
.article-title { .article-title {
margin: 0; margin: 0;
a { a {
line-height: 1; line-height: 1;
} }
@@ -11441,6 +11477,7 @@ body#page-9 {
@include respond-above(md) { @include respond-above(md) {
position: absolute; position: absolute;
} }
@include respond-below(md) { @include respond-below(md) {
margin-bottom: 30px; margin-bottom: 30px;
} }
@@ -11594,6 +11631,7 @@ body#page-9 {
.f-row { .f-row {
position: relative; position: relative;
} }
.range-output { .range-output {
position: absolute; position: absolute;
left: 50%; left: 50%;
@@ -11628,9 +11666,11 @@ body#page-9 {
.min { .min {
left: 0; left: 0;
} }
.max { .max {
right: 0; right: 0;
} }
.min, .min,
.max { .max {
position: absolute; position: absolute;
@@ -11662,6 +11702,7 @@ body#page-9 {
transform: translateY(-50%); transform: translateY(-50%);
transition: all 250ms ease; transition: all 250ms ease;
} }
input { input {
background: #f9f9f9; background: #f9f9f9;
height: 53px; height: 53px;
@@ -11722,6 +11763,7 @@ body#page-9 {
top: 9px; top: 9px;
left: 6px; left: 6px;
} }
&::after { &::after {
top: 10px; top: 10px;
left: 4px; left: 4px;
@@ -11753,6 +11795,7 @@ body#page-9 {
} }
} }
} }
.btn1 { .btn1 {
cursor: pointer; cursor: pointer;
background: $cGreen; background: $cGreen;
@@ -11807,8 +11850,7 @@ body#page-9 {
} }
} }
.col-right { .col-right {}
}
#custom-form { #custom-form {
margin-left: 110px; margin-left: 110px;
@@ -11826,6 +11868,7 @@ body#page-9 {
@include respond-below(xxl) { @include respond-below(xxl) {
margin-left: 0; margin-left: 0;
} }
@include respond-below(lg) { @include respond-below(lg) {
margin: 0 auto; margin: 0 auto;
} }
@@ -11888,6 +11931,7 @@ body#page-9 {
border-collapse: collapse; border-collapse: collapse;
tr { tr {
th, th,
td { td {
font-size: 14px; font-size: 14px;
@@ -11963,6 +12007,7 @@ body#page-9 {
&:nth-child(1) { &:nth-child(1) {
text-align: left; text-align: left;
} }
@include respond-above(sm) { @include respond-above(sm) {
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
@@ -11978,6 +12023,7 @@ body#page-9 {
border: 1px solid #ffd500; border: 1px solid #ffd500;
} }
} }
@include respond-below(sm) { @include respond-below(sm) {
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
@@ -11991,6 +12037,7 @@ body#page-9 {
&::after { &::after {
border-bottom: none; border-bottom: none;
} }
td { td {
@include respond-above(sm) { @include respond-above(sm) {
&:nth-child(2) { &:nth-child(2) {
@@ -12015,6 +12062,7 @@ body#page-9 {
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
table, table,
thead, thead,
tbody, tbody,
@@ -12054,6 +12102,7 @@ body#page-9 {
&:nth-child(1) { &:nth-child(1) {
background: #f9f9f9; background: #f9f9f9;
} }
&:nth-child(2) { &:nth-child(2) {
background-color: #fffcec; background-color: #fffcec;
} }
@@ -12087,6 +12136,7 @@ body#page-9 {
} }
@media screen and (min-width: 769px) and (max-width: 1024px) { @media screen and (min-width: 769px) and (max-width: 1024px) {
th, th,
td { td {
padding: 8px; padding: 8px;
@@ -12153,8 +12203,7 @@ body#page-9 {
justify-content: center; justify-content: center;
a { a {
img { img {}
}
} }
} }
} }

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB