Save
This commit is contained in:
1
layout/style-css/dyrektywa-omnibus-v2.css
Normal file
1
layout/style-css/dyrektywa-omnibus-v2.css
Normal file
File diff suppressed because one or more lines are too long
1
layout/style-css/dyrektywa-omnibus-v2.css.map
Normal file
1
layout/style-css/dyrektywa-omnibus-v2.css.map
Normal file
File diff suppressed because one or more lines are too long
721
layout/style-scss/dyrektywa-omnibus-v2.scss
Normal file
721
layout/style-scss/dyrektywa-omnibus-v2.scss
Normal file
@@ -0,0 +1,721 @@
|
||||
// out: ../style-css/dyrektywa-omnibus.css, compress: true, sourceMap: true
|
||||
@import '_variables';
|
||||
@import '_mixins';
|
||||
|
||||
.h2-left-line {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
margin: 0 0 50px 0;
|
||||
padding-left: 20px;
|
||||
border-left: 3px solid $cYellow;
|
||||
}
|
||||
|
||||
.hero {
|
||||
margin-top: 104px;
|
||||
background: #100e19;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
background-image: url('/upload/filemanager/dyrektywa_omnibus/hero.jpg');
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
color: #fff;
|
||||
|
||||
@include respond-below(sm) {
|
||||
margin-top: 235px;
|
||||
padding-top: 75px;
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
margin-top: 153px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1376px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
font-weight: 500;
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 20px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#scontainer-309-content {
|
||||
.col-md-6:last-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.container-box {
|
||||
min-height: auto;
|
||||
|
||||
.scontainer-content {
|
||||
> .row {
|
||||
> .col-md-6 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 30px;
|
||||
font-size: 32px;
|
||||
|
||||
@include respond-below(xl) {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.container-box:not(.gray) {
|
||||
.scontainer-content {
|
||||
> .row {
|
||||
> .col-md-6:first-child {
|
||||
@include respond-above(md) {
|
||||
padding-right: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
// > .col-md-6:last-child {
|
||||
// text-align: center;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.container-box.gray {
|
||||
.scontainer-content {
|
||||
> .row {
|
||||
// > .col-md-6:first-child {
|
||||
// text-align: center;
|
||||
// }
|
||||
|
||||
> .col-md-6:last-child {
|
||||
@include respond-above(md) {
|
||||
padding-left: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.container-box.gray.inverse {
|
||||
.scontainer-content {
|
||||
> .row {
|
||||
> .col-md-6:first-child {
|
||||
text-align: left;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
> .col-md-6:last-child {
|
||||
@include respond-above(md) {
|
||||
padding-left: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#scontainer-170 {
|
||||
.col-md-5 {
|
||||
padding-left: 100px;
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
|
||||
.col-3 {
|
||||
width: 108px;
|
||||
max-width: 100%;
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.col-9 {
|
||||
flex: auto;
|
||||
width: calc(100% - 108px);
|
||||
max-width: 100%;
|
||||
|
||||
img {
|
||||
margin-right: 20px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
background: #000;
|
||||
border: 0;
|
||||
@include transition;
|
||||
|
||||
&:hover {
|
||||
background: #343a40;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#scontainer-171 {
|
||||
margin-top: 125px;
|
||||
}
|
||||
|
||||
.container-box {
|
||||
padding-top: 125px;
|
||||
padding-bottom: 125px;
|
||||
|
||||
@include respond-below(md) {
|
||||
.container {
|
||||
padding: 0 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-below(sm) {
|
||||
padding-top: 75px;
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.container-box.smaller {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#scontainer-319 {
|
||||
h3 {
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
.panel-group {
|
||||
.panel {
|
||||
border-bottom: 1px solid #979797;
|
||||
padding-bottom: 35px;
|
||||
margin-bottom: 35px;
|
||||
|
||||
@include respond-below(md) {
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
margin-bottom: 20px;
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-right: 50px;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 29px;
|
||||
width: 29px;
|
||||
background: url('/upload/filemanager/dyrektywa_omnibus/chevron-up.png')
|
||||
no-repeat center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
&.collapsed {
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 29px;
|
||||
width: 29px;
|
||||
background: url('/upload/filemanager/dyrektywa_omnibus/chevron-down.png')
|
||||
no-repeat center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cta-yellow {
|
||||
background: #ffbf0a;
|
||||
border: 1px solid #ffbf0a;
|
||||
border-radius: 10px;
|
||||
padding: 60px;
|
||||
max-width: 1347px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
gap: 80px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
gap: 60px;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
gap: 50px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.contact-data {
|
||||
width: 40%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 35px;
|
||||
margin-left: auto;
|
||||
|
||||
@include respond-below(md) {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
> img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 100px;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
|
||||
strong {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
// width: 60%;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.4284px;
|
||||
|
||||
@include respond-below(md) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
font-size: 22px;
|
||||
line-height: 1.25;
|
||||
letter-spacing: 0.3px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
margin-top: 10px;
|
||||
|
||||
border-radius: 10px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
max-width: 190px;
|
||||
padding: 10px 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-below(sm) {
|
||||
#scontainer-165,
|
||||
#scontainer-167,
|
||||
#scontainer-169 {
|
||||
.scontainer-content {
|
||||
> .row {
|
||||
> .col-md-6:first-child {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
> .col-md-6:last-child {
|
||||
order: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-1 {
|
||||
background-color: #f9f9f9;
|
||||
|
||||
#scontainer-310 {
|
||||
.scontainer-content {
|
||||
text-align: center;
|
||||
padding: 80px 0;
|
||||
|
||||
h2 {
|
||||
color: $cBlackText;
|
||||
font-size: 30px;
|
||||
font-weight: 900;
|
||||
margin-bottom: 20px;
|
||||
|
||||
width: 100%;
|
||||
max-width: 740px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
strong {
|
||||
color: $cYellow;
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $cBlackText;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&.sub-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2b2a24;
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 16px;
|
||||
margin-bottom: 0px;
|
||||
|
||||
li {
|
||||
img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-2 {
|
||||
background: #fffbec;
|
||||
padding-top: 200px;
|
||||
padding-bottom: 130px;
|
||||
|
||||
.scontainer-content {
|
||||
> h2 {
|
||||
@extend .h2-left-line;
|
||||
color: $cBlackText;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
flex: 1;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
a {
|
||||
position: relative;
|
||||
color: $cBlackText;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 10px;
|
||||
background-image: url('/upload/filemanager/icons/arrow.svg');
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 30px;
|
||||
row-gap: 40px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
}
|
||||
|
||||
> li {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
width: calc(100% / 2 - (30px - (30px / 2)));
|
||||
|
||||
@include respond-below(sm) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@include respond-above(sm) {
|
||||
&:nth-child(2) {
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 100%;
|
||||
width: 230px;
|
||||
height: 161px;
|
||||
background-image: url('/upload/filemanager/Pages/person.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
padding: 45px 50px 35px 50px;
|
||||
background: $cWhite;
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
|
||||
box-shadow: 0 24px 64px rgba(100, 84, 0, 0.12);
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
||||
h3 {
|
||||
color: $cBlackText;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
h2 {
|
||||
color: $cYellow;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.5;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0 0 0 20px;
|
||||
margin: 0;
|
||||
list-style: disc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-3 {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 120px;
|
||||
|
||||
.row {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: $cYellow;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.5;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 30px;
|
||||
font-size: 32px;
|
||||
|
||||
@include respond-below(xl) {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#scontainer-321 {
|
||||
background-color: #ffcb21;
|
||||
background-image: url('/upload/filemanager/new-2024/box-bottom-bg.jpg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
.container {
|
||||
> .row {
|
||||
min-height: 378px;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: $cBlackText;
|
||||
font-size: 40px;
|
||||
font-weight: 800;
|
||||
font-family: $font-5;
|
||||
margin: 0 0 30px 0;
|
||||
|
||||
max-width: 700px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $cBlackText;
|
||||
font-size: 24px;
|
||||
font-weight: 800;
|
||||
font-family: $font-5;
|
||||
margin: 0 0 18px 0;
|
||||
|
||||
max-width: 700px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 22px 28px;
|
||||
border-radius: 12px;
|
||||
background: $cGreen;
|
||||
|
||||
color: $cWhite;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
font-family: $font-5;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.box-10 {
|
||||
#news-list {
|
||||
@include respond-below(md) {
|
||||
justify-content: center;
|
||||
|
||||
.article-entry {
|
||||
width: calc(100% / 2 - (30px - (30px / 2)));
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-below(sm) {
|
||||
justify-content: center;
|
||||
|
||||
.article-entry {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user