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
292 B
SCSS

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