25 rindas
No EOL
348 B
SCSS
25 rindas
No EOL
348 B
SCSS
.site-footer {
|
|
.footer {
|
|
display:flex;
|
|
padding:15px;
|
|
padding-bottom:40px;
|
|
}
|
|
}
|
|
|
|
.footer-title {
|
|
flex:1;
|
|
}
|
|
|
|
.footer-social-links {
|
|
svg {
|
|
width:20px;
|
|
height:20px;
|
|
fill: $theme-color;
|
|
}
|
|
a {
|
|
&:not(:first-child) {
|
|
margin-left:6px;
|
|
}
|
|
}
|
|
}
|
|
|