Windy CSS styleguide

3.8 #components.closingX .closing-x

Toggle example guides Toggle HTML markup

TODO: Refactor as part of window / plugin classes Basic closing element, by default in rh corner of its parent element. By default it has display: none and must be made visible manually upon opening window or whatever.

Example
Markup
<div class="closing-x" style="display: block; position: relative;"></div>
Source: src/css/components/closing-x.less, line 1