Commit 8ffbb511381411d962dab1668019064730354490
1 parent
36a69b0a
Exists in
master
and in
4 other branches
Make clone links looks related to clone bar
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/projects.scss
| @@ -54,8 +54,11 @@ | @@ -54,8 +54,11 @@ | ||
| 54 | 54 | ||
| 55 | .git-clone-holder { | 55 | .git-clone-holder { |
| 56 | float: right; | 56 | float: right; |
| 57 | + border: 1px solid #E1E1E1; | ||
| 58 | + @include border-radius(4px); | ||
| 57 | 59 | ||
| 58 | .btn { | 60 | .btn { |
| 61 | + margin-left: 3px; | ||
| 59 | border: none; | 62 | border: none; |
| 60 | background: none; | 63 | background: none; |
| 61 | box-shadow: none; | 64 | box-shadow: none; |
| @@ -69,9 +72,11 @@ | @@ -69,9 +72,11 @@ | ||
| 69 | } | 72 | } |
| 70 | 73 | ||
| 71 | input[type="text"] { | 74 | input[type="text"] { |
| 72 | - margin-left: 5px; | 75 | + margin-left: 2px; |
| 76 | + border: none; | ||
| 77 | + border-radius: 0; | ||
| 78 | + border-left: 1px solid #E1E1E1; | ||
| 73 | @extend .monospace; | 79 | @extend .monospace; |
| 74 | - border: 1px solid #E1E1E1; | ||
| 75 | box-shadow: none; | 80 | box-shadow: none; |
| 76 | background: #FAFAFA; | 81 | background: #FAFAFA; |
| 77 | padding: 6px 10px; | 82 | padding: 6px 10px; |