|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
/* 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;
|
|
}
|