mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
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;
|
|
}
|