mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 21:51:09 +02:00
15 lines
210 B
SCSS
15 lines
210 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.info-table {
|
|
&.vlt-table td {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
.info-table-row {
|
|
box-shadow: none;
|
|
}
|
|
}
|