Skip to content
Snippets Groups Projects
Commit 4af87dc3 authored by Claas Kazzer's avatar Claas Kazzer Committed by André Lahmann
Browse files

refs #23191 [finc] Adds more useful variables to adv search components

parent 07c29422
Branches
Tags
No related merge requests found
......@@ -825,6 +825,11 @@ $adv-search-terms-bottom-margin: 0 !default;
$adv-search-terms-padding: .5em !default;
$adv-search-terms-width: 100% !default;
$adv-search-remove-btn-height: unset !default;
$adv-search-remove-btn-top-margin: 26px !default;
$adv-search-remove-btn-opacity: unset !default;
$adv-search-remove-btn-width: 44px !default;
// Advanced Search Links
$adv-search-links-border: 1px solid $brand-primary !default;
$adv-search-links-list-style: none !default;
......
......@@ -187,10 +187,10 @@
// Suchfeld remove-X-Buttons
.adv-term-remove {
// overwrite finc
height: unset;
margin-top: 26px;
opacity: unset;
width: 44px;
height: $adv-search-remove-btn-height;
margin-top: $adv-search-remove-btn-top-margin;
opacity: $adv-search-remove-btn-opacity;
width: $adv-search-remove-btn-width;
@media (max-width: $screen-xs-max) {
border: $border-default-styles;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment