vault/ui/app/styles/components/overview-card.scss

19 lines
301 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.overview-card {
padding: $spacing-l;
display: initial;
line-height: initial;
.title-number {
color: $black;
padding-top: $spacing-s;
font-size: 36px;
font-weight: 500;
line-height: 1.33;
}
}