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.
31 lines
591 B
SCSS
31 lines
591 B
SCSS
2 months ago
|
#FollowUsSocial {
|
||
|
z-index: 99;
|
||
|
position: fixed;
|
||
|
inset-inline-start: -125px;
|
||
|
bottom: 10rem;
|
||
|
transform: rotateZ(90deg);
|
||
|
width: 300px;
|
||
|
span{
|
||
|
display: inline-block;
|
||
|
font-size: 27px;
|
||
|
padding: .5rem;
|
||
|
position:relative;
|
||
|
top: -2px;
|
||
|
}
|
||
|
a,a:visited{
|
||
|
font-size: 35px;
|
||
|
color: black;
|
||
|
padding: 0 2px;
|
||
|
transition: 600ms;
|
||
|
&:hover{
|
||
|
color: dodgerblue;
|
||
|
background: white;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
i{
|
||
|
transform: rotateZ(-90deg);
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|