mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
8 lines
230 B
SCSS
8 lines
230 B
SCSS
.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 */
|
|
margin-left: 5px;
|
|
padding: 1px 0;
|
|
}
|