1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-15 17:13:16 +02:00
onion/sass/ascribe_social_share.scss
2016-02-05 10:38:59 +01:00

15 lines
324 B
SCSS

.ascribe-social-button-list {
margin-right: 10px;
}
.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;
&:not(:first-child) {
margin-left: 1px;
}
}