New page "Dokumenty do pobrania"
This commit is contained in:
@@ -36,6 +36,28 @@ a {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
display: flex;
|
||||
column-gap: 35px;
|
||||
margin: 14px 0;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
a,
|
||||
span {
|
||||
text-transform: uppercase;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
|
||||
&.last {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-above-xs {
|
||||
@include respond-above(xs) {
|
||||
display: none !important;
|
||||
@@ -10919,9 +10941,7 @@ header#header {
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
transition:
|
||||
border-color 0.15s ease-in-out,
|
||||
box-shadow 0.15s ease-in-out;
|
||||
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
border-radius: 100px;
|
||||
border: none;
|
||||
|
||||
@@ -11123,6 +11143,16 @@ footer#footer {
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 16px;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
letter-spacing: inherit;
|
||||
text-transform: inherit;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
@@ -11258,3 +11288,98 @@ footer#footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.page-id-75 {
|
||||
.breadcrumbs {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
main#documents {
|
||||
margin-bottom: 100px;
|
||||
|
||||
#scontainer-164 {
|
||||
margin-bottom: 70px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #000;
|
||||
|
||||
h1 {
|
||||
color: #000000;
|
||||
font-family: $font3;
|
||||
font-weight: 500;
|
||||
font-size: 40px;
|
||||
line-height: 50px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
p {
|
||||
color: #000000;
|
||||
font-family: $font3;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.article-283 {
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
|
||||
column-gap: 30px;
|
||||
row-gap: 40px;
|
||||
|
||||
li {
|
||||
padding: 26px 20px 39px;
|
||||
border-radius: 16px;
|
||||
background: #f7f6f6;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
row-gap: 20px;
|
||||
|
||||
h2 {
|
||||
color: #18181a;
|
||||
font-family: $font3;
|
||||
font-weight: 500;
|
||||
font-size: 24px;
|
||||
line-height: 29px;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p {
|
||||
color: #9698a5;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-flex;
|
||||
padding: 16px;
|
||||
background: #1e2832;
|
||||
border-radius: 10px;
|
||||
|
||||
color: #ffffff;
|
||||
font-family: $font3;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user