consul/ui/packages/consul-ui/app/components/toggle-button/layout.scss

15 lines
277 B
SCSS

/**
* 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;
}