mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
19 lines
301 B
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;
|
|
}
|
|
}
|