Skip to content

Commit

Permalink
#215: Improve the search position
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailmarcu committed Feb 23, 2022
1 parent f7649e0 commit c174616
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/vue/src/components/SpAssets/SpAssets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,14 @@ $avatar-offset: 32 + 16;
position: relative;
> input[type='search'] {
padding: 0 40px 0 36px;
width: 200px;
height: 52px;
width: 166px;
height: 50px;
background: #ffffff;
border: 2px solid transparent;
border-radius: 12px;
border: 1px solid transparent;
border-radius: 10px;
&:focus {
border-color: #094efd;
border-color: #094EFD;
color: #000;
}
Expand Down Expand Up @@ -396,7 +396,7 @@ $avatar-offset: 32 + 16;
color: rgba(0, 0, 0, 0.667);
td {
padding-top: 32px;
padding-top: 22px;
padding-bottom: 7px;
}
}
Expand Down

0 comments on commit c174616

Please sign in to comment.