Browse Source

update

master
guy 7 years ago
parent
commit
7987cacafd
  1. 15
      dist/bundle.css
  2. 2
      dist/bundle.min.css
  3. 15
      dist/core.css
  4. 15
      dist/core_without_normalize.css
  5. 3
      src/css/core/wrapper/flex.horizontal.css
  6. 3
      src/css/core/wrapper/flex.vertical.center.css
  7. 3
      src/css/core/wrapper/flex.wrapper.center.css
  8. 3
      src/css/core/wrapper/flex.wrapper.horizontal.css
  9. 3
      src/css/core/wrapper/flex.wrapper.vertical.center.css
  10. 3
      src/less/core/wrapper/flex.horizontal.less
  11. 3
      src/less/core/wrapper/flex.vertical.center.less
  12. 3
      src/less/core/wrapper/flex.wrapper.center.less
  13. 3
      src/less/core/wrapper/flex.wrapper.horizontal.less
  14. 3
      src/less/core/wrapper/flex.wrapper.vertical.center.less

15
dist/bundle.css vendored

@ -1310,6 +1310,9 @@ i {
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-horizontal-layout > * {
margin: auto;
}
.bi-flex-vertical-center { .bi-flex-vertical-center {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1386,6 +1389,9 @@ i {
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-vertical-center > * {
margin: auto;
}
.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper { .bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1429,6 +1435,9 @@ i {
min-height: 100%; min-height: 100%;
float: left; float: left;
} }
.bi-flex-wrapper-center-layout > * {
margin: auto;
}
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper { .bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1498,6 +1507,9 @@ i {
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper > * {
margin: auto;
}
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper { .bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1575,6 +1587,9 @@ i {
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper > * {
margin: auto;
}
.bi-inline-center-adapt-layout:after { .bi-inline-center-adapt-layout:after {
display: inline-block; display: inline-block;
width: 0; width: 0;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

15
dist/core.css vendored

@ -1310,6 +1310,9 @@ i {
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-horizontal-layout > * {
margin: auto;
}
.bi-flex-vertical-center { .bi-flex-vertical-center {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1386,6 +1389,9 @@ i {
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-vertical-center > * {
margin: auto;
}
.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper { .bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1429,6 +1435,9 @@ i {
min-height: 100%; min-height: 100%;
float: left; float: left;
} }
.bi-flex-wrapper-center-layout > * {
margin: auto;
}
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper { .bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1498,6 +1507,9 @@ i {
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper > * {
margin: auto;
}
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper { .bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1575,6 +1587,9 @@ i {
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper > * {
margin: auto;
}
.bi-inline-center-adapt-layout:after { .bi-inline-center-adapt-layout:after {
display: inline-block; display: inline-block;
width: 0; width: 0;

15
dist/core_without_normalize.css vendored

@ -1027,6 +1027,9 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-horizontal-layout > * {
margin: auto;
}
.bi-flex-vertical-center { .bi-flex-vertical-center {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1103,6 +1106,9 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-vertical-center > * {
margin: auto;
}
.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper { .bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1146,6 +1152,9 @@
min-height: 100%; min-height: 100%;
float: left; float: left;
} }
.bi-flex-wrapper-center-layout > * {
margin: auto;
}
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper { .bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1215,6 +1224,9 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper > * {
margin: auto;
}
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper { .bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper {
display: box; display: box;
/* OLD - Android 4.4- */ /* OLD - Android 4.4- */
@ -1292,6 +1304,9 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper > * {
margin: auto;
}
.bi-inline-center-adapt-layout:after { .bi-inline-center-adapt-layout:after {
display: inline-block; display: inline-block;
width: 0; width: 0;

3
src/css/core/wrapper/flex.horizontal.css

@ -68,3 +68,6 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-horizontal-layout > * {
margin: auto;
}

3
src/css/core/wrapper/flex.vertical.center.css

@ -74,3 +74,6 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-vertical-center > * {
margin: auto;
}

3
src/css/core/wrapper/flex.wrapper.center.css

@ -41,3 +41,6 @@
min-height: 100%; min-height: 100%;
float: left; float: left;
} }
.bi-flex-wrapper-center-layout > * {
margin: auto;
}

3
src/css/core/wrapper/flex.wrapper.horizontal.css

@ -67,3 +67,6 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper > * {
margin: auto;
}

3
src/css/core/wrapper/flex.wrapper.vertical.center.css

@ -75,3 +75,6 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper > * {
margin: auto;
}

3
src/less/core/wrapper/flex.horizontal.less

@ -66,4 +66,7 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
> * {
margin: auto;
}
} }

3
src/less/core/wrapper/flex.vertical.center.less

@ -73,4 +73,7 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
> * {
margin: auto;
}
} }

3
src/less/core/wrapper/flex.wrapper.center.less

@ -39,4 +39,7 @@
min-height: 100%; min-height: 100%;
float: left; float: left;
} }
> * {
margin: auto;
}
} }

3
src/less/core/wrapper/flex.wrapper.horizontal.less

@ -66,5 +66,8 @@
-o-align-items: flex-end; -o-align-items: flex-end;
align-items: flex-end; align-items: flex-end;
} }
> * {
margin: auto;
}
} }
} }

3
src/less/core/wrapper/flex.wrapper.vertical.center.less

@ -76,5 +76,8 @@
-o-align-items: stretch; -o-align-items: stretch;
align-items: stretch; align-items: stretch;
} }
> * {
margin: auto;
}
} }
} }
Loading…
Cancel
Save