Sha256: a065636918e51a793c3d5b71cab007ff0d708855b421f19028f2bdb78fc95a5f

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

/*! 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: #f5f5f5;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* 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
 */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uikit-sass-rails-1.4.1 vendor/assets/stylesheets/uikit/components/accordion.almost-flat.scss
uikit-sass-rails-1.4.0 vendor/assets/stylesheets/uikit/components/accordion.almost-flat.scss