swisskyrepo.github.io/_sass/_share-pages.scss

32 lines
577 B
SCSS
Raw Normal View History

2017-11-05 12:32:03 +00:00
.social-share-buttons {
2017-11-05 12:15:02 +00:00
text-align: center;
background: $lightGray;
padding: 8px 15px;
border-radius: 5px;
2017-11-05 12:32:03 +00:00
margin: 1.5 *1 0;
}
2017-11-05 12:15:02 +00:00
2024-04-26 14:32:59 +00:00
.a2a_kit {
display: inline-block;
}
2017-11-05 12:32:03 +00:00
.icon{
display: inline-block;
width: 1em;
height: 1rem;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
2017-11-05 12:15:02 +00:00
2017-11-05 12:32:03 +00:00
.button-facebook, .button-twitter, .button-googleplus{
color: $white;
padding: 5px;
border-radius: 5px;
margin-right: 3px;
font-size: 1rem;
}
.button-facebook:hover, .button-twitter:hover, .button-googleplus:hover{
color: $lightGray;
2017-11-05 12:15:02 +00:00
}