Dodanie nowych ikon i obrazów kolorów do menedżera plików

This commit is contained in:
2025-02-07 09:51:22 +01:00
parent 74226f726c
commit 2cc6426fdc
277 changed files with 6553 additions and 6484 deletions

View File

@@ -0,0 +1,73 @@
// out: ../style-css/style.css, compress: true, sourceMap: true
@import '_mixins';
@import '_variables';
.page-2 {
.box-02 {
margin-top: 85px;
background: #F2F2F2;
padding: 30px;
text-align: center;
font-size: 35px;
font-weight: 300;
p {
margin-bottom: 0;
}
@include respond-below(md) {
font-size: 26px;
}
@include respond-below(sm) {
font-size: 20px;
}
}
.box-01 {
margin-top: 100px;
background: #F2F2F2;
padding: 50px 25px 30px;
text-align: center;
.scontainer-content {
p:first-child {
font-size: 30px;
font-weight: 300;
@include respond-below(md) {
font-size: 26px;
}
@include respond-below(sm) {
font-size: 20px;
}
}
ul {
list-style-type: none;
margin: 42px auto 0;
padding: 17px 20px;
display: flex;
justify-content: space-between;
border-top: 1px solid #000;
flex-wrap: wrap;
@include respond-below(md) {
justify-content: center;
}
li {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
@include respond-below(md) {
width: 100%;
font-size: 16px;
}
}
}
}
}
}

File diff suppressed because it is too large Load Diff