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/top/TopSimple/TopSimple.scss

25 lines
399 B
SCSS

.TopSimple {
// scss
text-align: center;
.other-link{
position: relative;
top: -4px;
color: var(--xshop-text);
}
i{
font-size: 23px;
margin: 3px 3px ;
}
ul{
padding: 0;
margin: 0;
list-style: none;
display: flex;
padding-bottom: 5px;
li{
margin:0 3px;
}
}
}