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 | 54 | |
55 | 55 | .git-clone-holder { |
56 | 56 | float: right; |
57 | + border: 1px solid #E1E1E1; | |
58 | + @include border-radius(4px); | |
57 | 59 | |
58 | 60 | .btn { |
61 | + margin-left: 3px; | |
59 | 62 | border: none; |
60 | 63 | background: none; |
61 | 64 | box-shadow: none; |
... | ... | @@ -69,9 +72,11 @@ |
69 | 72 | } |
70 | 73 | |
71 | 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 | 79 | @extend .monospace; |
74 | - border: 1px solid #E1E1E1; | |
75 | 80 | box-shadow: none; |
76 | 81 | background: #FAFAFA; |
77 | 82 | padding: 6px 10px; | ... | ... |