Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -7,10 +7,10 @@
// -------------------------
.clearfix {
@include clearfix();
@include clearfix;
}
.center-block {
@include center-block();
@include center-block;
}
.pull-right {
float: right !important;
@ -34,7 +34,7 @@
visibility: hidden;
}
.text-hide {
@include text-hide();
@include text-hide;
}
@ -44,7 +44,6 @@
.hidden {
display: none !important;
visibility: hidden !important;
}
@ -53,5 +52,4 @@
.affix {
position: fixed;
@include translate3d(0, 0, 0);
}