mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
330 B
SCSS
17 lines
330 B
SCSS
4 months ago
|
#CounterGrid {
|
||
|
padding: 4rem;
|
||
|
background: var(--xshop-secondary);
|
||
|
color: var(--xshop-diff);
|
||
|
text-align: center;
|
||
|
i{
|
||
|
font-size: 128px;
|
||
|
display: block;
|
||
|
margin: .5rem auto;
|
||
|
-webkit-text-stroke: 6px var(--xshop-secondary);
|
||
|
}
|
||
|
|
||
|
.grid-counter{
|
||
|
font-size: 35px;
|
||
|
}
|
||
|
}
|