mirror of
https://github.com/status-im/consul.git
synced 2025-02-14 22:58:42 +00:00
9 lines
130 B
SCSS
9 lines
130 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%pill {
|
|
border-radius: var(--decor-radius-100);
|
|
}
|