Commit 8ffbb511 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make clone links looks related to clone bar

parent 36a69b0a
...@@ -54,8 +54,11 @@ ...@@ -54,8 +54,11 @@
.git-clone-holder { .git-clone-holder {
float: right; float: right;
border: 1px solid #E1E1E1;
@include border-radius(4px);
.btn { .btn {
margin-left: 3px;
border: none; border: none;
background: none; background: none;
box-shadow: none; box-shadow: none;
...@@ -69,9 +72,11 @@ ...@@ -69,9 +72,11 @@
} }
input[type="text"] { input[type="text"] {
margin-left: 5px; margin-left: 2px;
border: none;
border-radius: 0;
border-left: 1px solid #E1E1E1;
@extend .monospace; @extend .monospace;
border: 1px solid #E1E1E1;
box-shadow: none; box-shadow: none;
background: #FAFAFA; background: #FAFAFA;
padding: 6px 10px; padding: 6px 10px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment