We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 243f0d0 + ec6a29e commit 8a2f283Copy full SHA for 8a2f283
src/shared/components/challenge-listing/Filters/ChallengeSearchBar/style.scss
@@ -44,6 +44,7 @@ $search-input-width: '100% - 56px';
44
margin-bottom: 0;
45
margin-left: 10px;
46
vertical-align: middle;
47
+ padding-right: 28px;
48
49
@include placeholder {
50
@include roboto-light;
@@ -83,11 +84,11 @@ $search-input-width: '100% - 56px';
83
84
display: none;
85
cursor: pointer;
86
position: absolute;
- right: $challenge-space-60 - 4;
87
+ right: $challenge-space-60 - 3;
88
padding: $base-unit;
89
border-radius: 0 $challenge-radius-4 $challenge-radius-4 0;
90
- height: 40px;
91
+ height: 38px;
92
font-size: 25px;
93
94
&.active {
0 commit comments