mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-08 06:21:29 +02:00
v.0.5.1
This commit is contained in:
parent
261527905b
commit
554378b49b
65 changed files with 824 additions and 715 deletions
7
_sass/vendor/bootstrap/_utilities.scss
vendored
7
_sass/vendor/bootstrap/_utilities.scss
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -53,5 +53,4 @@
|
|||
|
||||
.affix {
|
||||
position: fixed;
|
||||
@include translate3d(0, 0, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue