vault/ui/app/styles/components/replication-summary.scss
Vault Automation 796c5fb294
[HDS-5060] UI: Align typography styles to HDS tokens (#10193) (#10360)
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
2025-10-23 16:37:36 -04:00

21 lines
363 B
SCSS

@use '../utils/size_variables';
/**
* Copyright IBM Corp. 2016, 2025
* SPDX-License-Identifier: BUSL-1.1
*/
.replication {
.toolbar {
border-top: 0px;
}
.helper-text {
font-weight: var(--token-typography-font-weight-regular);
}
.float-right {
margin: size_variables.$spacing-12 0 size_variables.$spacing-24 0;
float: right;
}
}