diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss index 4e43f9271e..5fe6e522a5 100644 --- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss +++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss @@ -1,53 +1,50 @@ -@import 'styles/mat-selectors'; +@import "styles/mat-selectors"; adf-search-date-range { - #{$mat-icon-button}:is(button), - #{$mat-icon-button}#{$mat-button-base} { - height: 24px; + .adf-search-date-range-container { + margin-top: 20px; + padding: 10px; + + .adf-search-date-range-form-field-select { + width: 180px; + min-width: 180px; } - .adf-search-date-range-container { - margin-top: 20px; - padding: 10px; + &-row { + display: flex; + flex-direction: row; + padding-bottom: 21px; + align-items: center; - .adf-search-date-range-form-field-select { - width: 180px; - min-width: 180px; - } - - &-row { - display: flex; - flex-direction: row; - padding-bottom: 21px; - align-items: center; - - &-date { - margin-top: 8px; - } - - #{$mat-select-arrow-wrapper} { - height: unset; - } - - .adf-search-date-range-input-field { - width: 75px; - } - - .adf-search-date-range-form-field { - padding-left: 10px; - flex: 1; - margin-bottom: 12px; - - #{$mat-form-field-flex} { - #{$mat-form-field-infix} { - padding: 0.375em 0 4px; - } - } - } + &-date { + margin-top: 8px; + } + + #{$mat-select-arrow-wrapper} { + height: unset; + } + + .adf-search-date-range-input-field { + width: 75px; + } + + .adf-search-date-range-form-field { + padding-left: 10px; + flex: 1; + margin-bottom: 12px; + + #{$mat-form-field-flex} { + align-items: center; + + #{$mat-form-field-infix} { + padding: 0.375em 0 4px; + } } + } } + } - .adf-search-widget-extra-width { - max-width: 500px; - } + .adf-search-widget-extra-width { + max-width: 500px; + } }