mirror of https://github.com/status-im/consul.git
18 lines
357 B
SCSS
18 lines
357 B
SCSS
%button {
|
|
display: inline-flex;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: calc(0.375em - 1px) calc(2.2em - 1px);
|
|
height: 2.5em;
|
|
}
|
|
%button:not(:last-child) {
|
|
margin-right: 7px;
|
|
}
|
|
%button-compact {
|
|
// @extend %button;
|
|
padding-left: calc(1.75em - 1px);
|
|
padding-right: calc(1.75em - 1px);
|
|
height: 2.1em;
|
|
}
|