/*! UIkit 2.20.3 | 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; &:before { content: ""; display: table; } &:after { content: ""; display: table; clear: both; } > :last-child { margin-bottom: 0; } } /* * Micro clearfix to make panels more robust */ /* * Remove margin from the last-child */