Added autoprefixer + csslint

This commit is contained in:
RainLoop Team 2014-08-28 19:27:30 +04:00
parent 5009546a91
commit 39255ae061
30 changed files with 218 additions and 1038 deletions

View file

@ -30,7 +30,7 @@
.identity-name {
display: inline-block;
word-break: break-all;
.box-sizing(border-box);
box-sizing: border-box;
line-height: 22px;
cursor: pointer;
}
@ -46,20 +46,20 @@
margin-right: 15px;
margin-top: 5px;
visibility: hidden;
.opacity(0);
opacity: 0;
}
.delete-access {
&.button-delete {
visibility: visible;
margin-right: 0;
.opacity(100);
opacity: 1;
}
}
.delete-identity {
cursor: pointer;
.opacity(50);
opacity: 0.5;
}
}
}