flexbox renommage des classes

This commit is contained in:
raphaelgoettter 2015-04-13 16:10:55 +02:00
parent 0d9c9d9477
commit 7e73344592
8 changed files with 34 additions and 32 deletions

View file

@ -38,14 +38,14 @@
& > * {
width: ~'calc(100% * 1 / @{number} - @{gutter})';
}
& > .flexitem-double {
& > .flex-item-double {
width: ~'calc(100% * 2 / @{number} - @{gutter})';
}
@media (min-width: (@tiny-screen + 1)) and (max-width: @small-screen) {
& > * {
width: ~'calc(100% * 1 / 2 - @{gutter})';
}
& > .flexitem-double {
& > .flex-item-double {
width: ~'calc(100% - @{gutter})';
}
}
@ -53,7 +53,7 @@
& > * {
width: ~'calc(100% - @{gutter})';
}
& > .flexitem-double {
& > .flex-item-double {
width: ~'calc(100% - @{gutter})';
}
}