mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
17 lines
290 B
SCSS
17 lines
290 B
SCSS
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.clients-date-range-display {
|
|
display: flex;
|
|
align-items: bottom;
|
|
> * {
|
|
margin-right: size_variables.$spacing-8;
|
|
vertical-align: bottom;
|
|
align-self: end;
|
|
}
|
|
}
|