mirror of https://github.com/status-im/consul.git
12 lines
173 B
SCSS
12 lines
173 B
SCSS
|
%toggle-button {
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
/* center */
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
%toggle-button span {
|
||
|
display: none;
|
||
|
}
|