flexbox renommage des classes
This commit is contained in:
parent
0d9c9d9477
commit
7e73344592
8 changed files with 34 additions and 32 deletions
|
@ -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})';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue