Sha256: fba1428d25deab42806f3071d85a97cf0c559059d9a88164732a00db24eb7502
Contents?: true
Size: 1011 Bytes
Versions: 1
Compression:
Stored size: 1011 Bytes
Contents
/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Accordion ========================================================================== */ /* Sub-object: `uk-accordion-title` ========================================================================== */ .uk-accordion-title { margin-top: 0; margin-bottom: 15px; padding: 5px 15px; background: #eeeeee; font-size: 18px; line-height: 24px; cursor: pointer; } /* Sub-object: `uk-accordion-content` ========================================================================== */ .uk-accordion-content { padding: 0 15px 15px 15px; } /* * Micro clearfix to make panels more robust */ .uk-accordion-content:before, .uk-accordion-content:after { content: ""; display: table; } .uk-accordion-content:after { clear: both; } /* * Remove margin from the last-child */ .uk-accordion-content > :last-child { margin-bottom: 0; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uikit2-rails-0.1.8 | vendor/assets/stylesheets/uikit/components/accordion.css |