mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 21:51:09 +02:00
13 lines
162 B
SCSS
13 lines
162 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.hero-body {
|
|
padding: 3rem 2rem 1rem;
|
|
|
|
svg {
|
|
margin-bottom: $size-10;
|
|
}
|
|
}
|