Sha256: a5aebf5d3b6261426be8081e27717715a3453e2d818d647758f5337b562569c4

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

Stored size: 1.45 KB

Contents

#sidebar {
  width: $filter-width;
  background-color: #fff;
  border-radius: $border-radius;
  @include box-shadow(0 0 4px 0 rgba(0,0,0,.04));
  margin-bottom: 30px;

  @media screen and (min-width: $x-lg-width) {
    width: $lg-filter-width;
  }

  .sidebar_section {
    padding: 15px 20px;

    h3 {
      margin: 0 0 10px 0;
    }

    .label {
      display: block;
      text-align: left;
    }

    .input {
      margin-bottom: 10px;

      input, select {
        height: 30px;
        padding: 3px 5px;
        font-size: 12px;
      }
    }

    .select_and_search {
      input, select {
        width: 50%;
        display: inline-block;  
      }

      input {
        float: right;
      }
    }

    .filter_select select {
      width: 100%;
    }

    .filter_date_range input {
      width: 50%;
      display: inline-block;

      // consistent look of all filters
      &:nth-child(2) {
        float: right;
      }
    }

    input[type="submit"] {
      width: auto;
      line-height: 31px;
      margin-right: 10px;
    }

    &.panel {
      position: relative;
    }
  }

  #search-status-_sidebar_section {
    font-size: 14px;
  }

  // 'Filter' and 'Clear Filters' buttons
  .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
}

// fix pour search select filter de ActiveAdmin_Addons
.search_select_filter, .filter_boolean {
  .select2.select2-container {
    width: 100% !important;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arctic_admin-4.2.3 app/assets/stylesheets/arctic_admin/layouts/_filter.scss