Dodano nowe ikony SVG oraz sekcję pobierania katalogu w szablonie użytkownika
This commit is contained in:
147
layout/style-scss/style-new.scss
Normal file
147
layout/style-scss/style-new.scss
Normal file
@@ -0,0 +1,147 @@
|
||||
@import url(https://db.onlinewebfonts.com/c/8f2716e7e054fca7e03bb74a13e34896?family=URW+Form);
|
||||
@import '_mixins';
|
||||
|
||||
._urw_text {
|
||||
font-weight: 300;
|
||||
font-size: 16px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.main-page {
|
||||
padding-top: 150px;
|
||||
padding-bottom: 75px;
|
||||
background: #FFF;
|
||||
font-family: 'URW Form', sans-serif;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding-top: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
display: flex;
|
||||
column-gap: 35px;
|
||||
margin-bottom: 75px;
|
||||
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.catalog-download {
|
||||
padding-top: 130px;
|
||||
padding-bottom: 130px;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
._right {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
._left {
|
||||
._title {
|
||||
font-size: 50px;
|
||||
font-weight: 200;
|
||||
text-transform: uppercase;
|
||||
padding-bottom: 48px;
|
||||
position: relative;
|
||||
margin-bottom: 48px;
|
||||
line-height: 1.1;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 24px;
|
||||
padding-bottom: 24px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 110%;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
._button {
|
||||
a {
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
padding: 21px 36px;
|
||||
gap: 10px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
background: rgba(223, 223, 223, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.seo-text {
|
||||
padding-top: 120px;
|
||||
border-top: 1px solid rgba(29, 29, 30, 1);
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
._header {
|
||||
font-weight: 300;
|
||||
font-size: 34px;
|
||||
margin-bottom: 48px;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.1;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
margin-bottom: 24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
._content {
|
||||
@extend ._urw_text;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
._content_more {
|
||||
display: none;
|
||||
}
|
||||
|
||||
._more {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
width: fit-content;
|
||||
margin-top: 20px;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user