Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
layout/style-css/vetratura.css
Normal file
1
layout/style-css/vetratura.css
Normal file
@@ -0,0 +1 @@
|
||||
.banner-mini{margin-bottom:115px}.box-01{margin-bottom:80px}.box-01 .row:not(:last-child){margin-bottom:90px}.box-01 h2{color:#000;font-size:32px;font-weight:400;letter-spacing:2px;text-transform:uppercase;margin-bottom:40px}.box-01 ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(292px, 1fr));-moz-column-gap:70px;column-gap:70px;row-gap:40px}.box-01 ul li img{width:100%;max-width:292px}.box-01 ul li p{color:#000;font-size:19px;font-weight:400;letter-spacing:3px;margin:0;text-transform:uppercase;text-align:center}.box-02{margin-bottom:120px}.box-02 p{color:#000;font-size:15px;font-weight:400;letter-spacing:1px;text-transform:uppercase;margin:0}.footer_top_box{display:none}/*# sourceMappingURL=vetratura.css.map */
|
||||
1
layout/style-css/vetratura.css.map
Normal file
1
layout/style-css/vetratura.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../style-scss/vetratura.scss"],"names":[],"mappings":"AAAA,aACC,mBAAA,CAGD,QACC,kBAAA,CAGC,8BACC,kBAAA,CAGF,WACC,UAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CACA,wBAAA,CACA,kBAAA,CAGD,WACC,eAAA,CACA,QAAA,CACA,SAAA,CAEA,YAAA,CACA,0DAAA,CACA,oBAAA,CAAA,eAAA,CACA,YAAA,CAGC,kBACC,UAAA,CACA,eAAA,CAED,gBACC,UAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CACA,QAAA,CACA,wBAAA,CACA,iBAAA,CAMJ,QACC,mBAAA,CAEA,UACC,UAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CACA,wBAAA,CACA,QAAA,CAIF,gBACC,YAAA","file":"vetratura.css"}
|
||||
@@ -7888,9 +7888,6 @@ a {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
|
||||
65
layout/style-scss/vetratura.scss
Normal file
65
layout/style-scss/vetratura.scss
Normal file
@@ -0,0 +1,65 @@
|
||||
.banner-mini {
|
||||
margin-bottom: 115px;
|
||||
}
|
||||
|
||||
.box-01 {
|
||||
margin-bottom: 80px;
|
||||
|
||||
.row {
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 90px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
color: #000;
|
||||
font-size: 32px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
|
||||
column-gap: 70px;
|
||||
row-gap: 40px;
|
||||
|
||||
li {
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 292px;
|
||||
}
|
||||
p {
|
||||
color: #000;
|
||||
font-size: 19px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 3px;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-02 {
|
||||
margin-bottom: 120px;
|
||||
|
||||
p {
|
||||
color: #000;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer_top_box {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user