Skip to content

Commit

Permalink
ktl-1608 feat: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
krutilov authored and berezinant committed Oct 2, 2024
1 parent 9ab776b commit a96e408
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ $secondary-font-color: rgba(255, 255, 255, 0.7);

[class^='filterWrapper'] {
border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.2);
margin-bottom: 4px;
}

input {
height: 32px;
height: 40px;

color: #fff;

Expand Down Expand Up @@ -189,3 +190,16 @@ $secondary-font-color: rgba(255, 255, 255, 0.7);
div[data-test='ring-select-popup-filter'] {
padding-left: 40px;
}

span[data-test-custom='ring-select-popup-filter-icon'] {
top: 11px;
left: 14px;
svg {
width: 18px !important;
height: 18px !important;
}
}

div[data-test='ring-popup'] {
border-radius: 0;
}

0 comments on commit a96e408

Please sign in to comment.