Sha256: 2809f728e158c8080287df8b26435f9bed5b0167eabf345992953f88dd75cb85

Contents?: true

Size: 1.58 KB

Versions: 62

Compression:

Stored size: 1.58 KB

Contents

.event-filter-bar {
  padding: 0 3rem 3rem 3rem;
  .events-filter-bar__wrapper {
    overflow: hidden;
    .event-filter-bar__header {
      font-size: 1.25em;
      font-weight: 600;
      background-color: $ghost-gray;
      padding: 1rem;
    }
    form {
      h3 {
        font-weight: 600;
        font-size: 1.5em;
        margin-top: 3rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
        border-top: 1px solid $ghost-gray;
        &:first-child {
          border-top: none;
          margin-top: 2rem;
          padding-top: 1rem;
        }
        a {
          color: $dark-gray;
          display: block;
          width: 100%;
          position: relative;
          &:after {
            content: "\f107";
            position: absolute;
            right: 0;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
          }
        }
        &.open a:after {
          content: "\f106";
          position: absolute;
          right: 0;
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
        }
      }
      ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        li {
          padding: 0;
          margin: 0;
          .checkbox {
            label {
              font-color: lighten($middle-gray, 30);
              font-weight: 400;
              font-size: 1em;
            }
          }
        }
      }
    }
  }
}

// indent with these data attributes

.checkbox {
  &.child {
    padding-left: 3rem;
  }
}


.hidden-event {
  display: none;
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.5.2 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.5.1 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.5.0 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.6 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.5 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.4 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.3 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.2 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.1 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.4.0 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.30 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.29 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.28 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.27 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.26 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.25 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.24 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.23 app/assets/stylesheets/_event_filter_bar.scss
trusty-festivity-extension-2.3.22 app/assets/stylesheets/_event_filter_bar.scss