consul/ui-v2/app/styles/components/buttons/layout.scss

18 lines
357 B
SCSS
Raw Normal View History

%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;
}