Skip to content
Snippets Groups Projects
Commit e29ce9ac authored by Andriy Dyadyura's avatar Andriy Dyadyura
Browse files

buttons update

parent 915299a5
No related branches found
No related tags found
Loading
Loading
Loading
@@ -81,7 +81,7 @@
.form-control {
background: #FFF;
font-size: 14px;
height: 42px;
height: 34px;
margin-left: -1px;
}
}
Loading
Loading
@@ -232,10 +232,14 @@
}
}
 
.dropdown-nr {
padding: 7px 0px;
}
.input-group-btn {
.btn {
@include btn-gray;
@include btn-middle;
@include btn-default;
 
&:hover {
outline: none;
Loading
Loading
@@ -253,6 +257,9 @@
padding-left: 15px;
padding-right: 15px;
}
&.btn-nr {
padding: 7px 10px;
}
}
 
.active {
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@ module ButtonHelper
def clipboard_button(data = {})
content_tag :button,
icon('clipboard'),
class: 'btn btn-xs btn-clipboard',
class: 'btn btn-xs btn-nr btn-clipboard',
data: data,
type: :button
end
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
.git-clone-holder
.btn-group.clone-options
%a#clone-dropdown.clone-dropdown-btn.btn-nr.btn{href: '#', 'data-toggle' => 'dropdown'}
%a#clone-dropdown.clone-dropdown-btn.dropdown-nr.btn{href: '#', 'data-toggle' => 'dropdown'}
%span
= default_clone_protocol.upcase
= icon('angle-down')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment