mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-03 04:51:12 +02:00
* Create date-range component with tests * update selectors and callback behavior * update cc tests & selectors * cleanup * RIP calendar-widget and date-dropdown -- you were good components * reset on close * Add changelog * use parseApiTimestamp * fix test * cleanup * make date-range typescript, update behavior * add words * minor styling * fix test
15 lines
242 B
SCSS
15 lines
242 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.clients-date-range-display {
|
|
display: flex;
|
|
align-items: bottom;
|
|
> * {
|
|
margin-right: $spacing-8;
|
|
vertical-align: bottom;
|
|
align-self: end;
|
|
}
|
|
}
|