Improve compare switch button
This commit is contained in:
parent
30ca451fd4
commit
f311e189d5
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue