Improve compare switch button

This commit is contained in:
Dmitriy Zaporozhets 2015-03-14 00:33:26 -07:00
parent 30ca451fd4
commit f311e189d5

View file

@ -1,17 +1,11 @@
.commits-compare-switch{
@extend .btn;
background: image-url("switch_icon.png") no-repeat center center;
width: 32px;
height: 32px;
text-indent: -9999px;
float: left;
margin-right: 9px;
border: 1px solid #DDD;
@include border-radius(4px);
padding: 4px;
background-color: #EEE;
}
.lists-separator {
margin: 10px 0;
border-color: #DDD;