Initial Release
This commit is contained in:
27
assets/scss/components/_counter.scss
Normal file
27
assets/scss/components/_counter.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
.site-counter{
|
||||
padding: 85px 0;
|
||||
color: $white;
|
||||
background: $secondary-color;
|
||||
.section-title{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
@include mobile{
|
||||
padding: 50px 0;
|
||||
}
|
||||
&-item{
|
||||
@include desktop{
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
&-title{
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
}
|
||||
&-number{
|
||||
color: $white;
|
||||
font-size: 60px;
|
||||
margin-bottom: 0;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user