gestion de conflit des classes .grid-item-*
This commit is contained in:
parent
5d7ce42692
commit
4eec65bf89
9 changed files with 24 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* www.KNACSS.com V6.0.2 (27 octobre 2016) @author: Alsacreations, Raphael Goetter
|
||||
* www.KNACSS.com V6.0.3 (31 octobre 2016) @author: Alsacreations, Raphael Goetter
|
||||
* Licence WTFPL http://www.wtfpl.net/
|
||||
*/
|
||||
/* ----------------------------- */
|
||||
|
@ -908,7 +908,6 @@ input[type="reset"].unstyled {
|
|||
flex-direction: row-reverse; }
|
||||
.o-media-figure--center {
|
||||
-ms-flex-item-align: center;
|
||||
-ms-grid-row-align: center;
|
||||
align-self: center; } }
|
||||
|
||||
/* Autogrid object */
|
||||
|
@ -1028,25 +1027,25 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
min-width: 0; }
|
||||
|
||||
.flex-item-first,
|
||||
.grid-item-first {
|
||||
.item-first {
|
||||
-webkit-box-ordinal-group: 0;
|
||||
-ms-flex-order: -1;
|
||||
order: -1; }
|
||||
|
||||
.flex-item-medium,
|
||||
.grid-item-medium {
|
||||
.item-medium {
|
||||
-webkit-box-ordinal-group: 1;
|
||||
-ms-flex-order: 0;
|
||||
order: 0; }
|
||||
|
||||
.flex-item-last,
|
||||
.grid-item-last {
|
||||
.item-last {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1; }
|
||||
|
||||
.flex-item-center,
|
||||
.grid-item-center {
|
||||
.item-center {
|
||||
margin: auto; }
|
||||
|
||||
/* ---------------------------------- */
|
||||
|
@ -1799,12 +1798,12 @@ ul.unstyled {
|
|||
.pull {
|
||||
margin-right: auto !important; }
|
||||
|
||||
.grid-item-first {
|
||||
.item-first {
|
||||
-webkit-box-ordinal-group: 0;
|
||||
-ms-flex-order: -1;
|
||||
order: -1; }
|
||||
|
||||
.grid-item-last {
|
||||
.item-last {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue