Skip to content

Commit

Permalink
border radius added
Browse files Browse the repository at this point in the history
  • Loading branch information
devenamulhaque authored and pascalandy committed Dec 21, 2020
1 parent e0e8c20 commit 384ce3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ Search results
width: 100%;
opacity: 0.8;
border: 0;
border-radius: 3px;
border-radius: 4px;
transition: all 0.2s ease-in-out;
background-color: #FFF;
padding: 5px 20px;
Expand Down Expand Up @@ -2932,6 +2932,8 @@ Search results
background-color: #fff;
width: 100%;
margin-top: 2px;
border-radius: 4px;
overflow: hidden;
}
.search-results a{
color: #26a8ed;
Expand Down

0 comments on commit 384ce3d

Please sign in to comment.