// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
//
// Common
// _____________________________________________
& when (@media-common = true) {
.block-cms-hierarchy-link {
&.widget {
display: block;
margin-bottom: @indent__base;
}
}
.block-cms-hierarchy-link-inline {
&.widget {
margin: 0;
}
}
}
Back to Directory