onion/sass/ascribe_social_share.scss

15 lines
324 B
SCSS
Raw Permalink Normal View History

.ascribe-social-button-list {
margin-right: 10px;
}
2015-11-09 19:01:27 +01:00
.btn-ascribe-social {
height: 20px;
width: 56px;
box-sizing: content-box; /* We want to ignore padding in these calculations as we use the sdk buttons' height and width */
padding: 1px 0;
2016-01-06 15:13:09 +01:00
&:not(:first-child) {
margin-left: 1px;
}
2015-11-09 19:01:27 +01:00
}