Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue