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.
25 lines
399 B
SCSS
25 lines
399 B
SCSS
4 months ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|