forked from markus/AMPERION_Webpage
new
This commit is contained in:
commit
1d8da2b6dd
824 changed files with 76366 additions and 0 deletions
66
assets/scss/templates/_counter.scss
Normal file
66
assets/scss/templates/_counter.scss
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
/*=================================================================
|
||||
Item counter section
|
||||
==================================================================*/
|
||||
|
||||
.counter {
|
||||
padding: 100px 0;
|
||||
|
||||
.counter-title {
|
||||
margin-bottom: 50px;
|
||||
|
||||
h2 {
|
||||
color: $black;
|
||||
margin-bottom: 20px;
|
||||
font-size: 42px;
|
||||
font-weight: 600;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: lighten( $black, 33.3 );
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.counters-item {
|
||||
padding-bottom: 30px;
|
||||
color: lighten( $black, 26.6 );
|
||||
position: relative;
|
||||
|
||||
&.kill-border:before {
|
||||
background: none;
|
||||
}
|
||||
|
||||
&:before {
|
||||
background: darken( $light, 7.843137254901947);
|
||||
content: "";
|
||||
margin-top: -27.5px;
|
||||
height: 55px;
|
||||
width: 1px;
|
||||
position: absolute;
|
||||
right: -15px;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
>div {
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
span {
|
||||
display: inline;
|
||||
font-size: 35px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 40px;
|
||||
display: inline-block;
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 17px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue