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.
xshop/resources/views/segments/posts/PostsIconSimple/PostsIconSimple.scss

21 lines
298 B
SCSS

.PostsIconSimple {
// scss
h1{
a{
color: var(--xshop-text) ;
}
}
.row{
text-align: center;
i{
font-size: 75px;
color: var(--xshop-primary);
}
p{
text-align: justify;
}
}
}