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

@ -40,7 +40,7 @@
display: inline-block;
word-break: break-all;
white-space: pre-wrap;
.box-sizing(border-box);
box-sizing: border-box;
margin-left: 7px;
line-height: 22px;
cursor: default;
@ -75,24 +75,24 @@
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-folder, .subscribe-folder, .unsubscribe-folder {
cursor: pointer;
.opacity(60);
opacity: 0.6;
}
.unsubscribe-folder {
.opacity(25);
opacity: 0.25;
}
}