|
@@ -113,23 +113,3 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- @mixin innerblock-margin-clear($container) {
|
|
|
-
|
|
|
- // Clear the top margin for the first-child.
|
|
|
- > #{$container} > *:first-child {
|
|
|
- margin-top: 0;
|
|
|
- }
|
|
|
-
|
|
|
- // Last child that is not the appender.
|
|
|
- > #{$container} > *:last-child:not(.block-list-appender) {
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
-
|
|
|
- // When selected, the last item becomes the second last because of the appender.
|
|
|
- &.has-child-selected > #{$container} > *:nth-last-child(2),
|
|
|
- &.is-selected > #{$container} > *:nth-last-child(2) {
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
-
|
|
|
- }
|