gestion de conflit des classes .grid-item-*

This commit is contained in:
Raphael Goetter 2016-11-10 16:45:11 +01:00
parent 5d7ce42692
commit 4eec65bf89
9 changed files with 24 additions and 22 deletions

View file

@ -85,11 +85,11 @@ $iefix: 0.01px;
margin-right: auto !important;
}
// Grid order
.grid-item-first {
.item-first {
order: -1;
}
.grid-item-last {
.item-last {
order: 1;
}