10 lines
198 B
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;
|
||
|
}
|