mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 10:58:25 +00:00
15 lines
276 B
SCSS
15 lines
276 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
/* 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;
|
|
}
|