open-consul/ui-v2/app/styles/base/components/toggle-button/layout.scss

10 lines
198 B
SCSS

/* TODO: This should be merged with ghost-button*/
%toggle-button {
min-width: 30px;
min-height: 30px;
/* center */
display: inline-flex;
align-items: center;
justify-content: center;
}