vault/ui/app/styles/components/clients-date-range.scss
Chelsea Shaw 050a90b2ab
UI: Update date-picker UX in Client Counts (#27796)
* 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
2024-07-17 11:48:44 -05:00

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;
}
}