Sha256: bfb2a26dd2c3e94127b4e8b7b84fb31cbc3f52376adb98caff8d06b990a40996
Contents?: true
Size: 703 Bytes
Versions: 6
Compression:
Stored size: 703 Bytes
Contents
// FlowLayout .@{prefix}-flow-layout-item { .inline-block(); } .@{prefix}-flow-layout-item { margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing; } .@{prefix}-flow-layout-item.@{prefix}-last { margin-right: @flow-layout-spacing; } .@{prefix}-flow-layout { white-space: normal; } .@{prefix}-tinymce-inline .@{prefix}-flow-layout { white-space: nowrap; } // RTL .@{prefix}-rtl .@{prefix}-flow-layout { text-align: right; direction: rtl; } .@{prefix}-rtl .@{prefix}-flow-layout-item { margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0; } .@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last { margin-left: @flow-layout-spacing; }
Version data entries
6 entries across 6 versions & 1 rubygems