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

Make clone links looks related to clone bar

parent 36a69b0a
......@@ -54,8 +54,11 @@
.git-clone-holder {
float: right;
border: 1px solid #E1E1E1;
@include border-radius(4px);
.btn {
margin-left: 3px;
border: none;
background: none;
box-shadow: none;
......@@ -69,9 +72,11 @@
}
input[type="text"] {
margin-left: 5px;
margin-left: 2px;
border: none;
border-radius: 0;
border-left: 1px solid #E1E1E1;
@extend .monospace;
border: 1px solid #E1E1E1;
box-shadow: none;
background: #FAFAFA;
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