Sha256: ae5ddd3460f1f603d237220adc5cd6a139280eb2f0b27ec20dbbbe05f1d4b7e5

Contents?: true

Size: 702 Bytes

Versions: 8

Compression:

Stored size: 702 Bytes

Contents

.main-content__header {
  @extend .p-3, .mb-3, .border-bottom;
  @extend .d-flex, .flex-wrap, .align-items-center, .justify-content-center, .justify-content-lg-start;

  > div:last-child {
    @extend .text-end;
  }

  > form {
    @extend .d-flex, .col-12, .col-lg-auto, .mb-3, .mb-lg-0, .me-md-4;

    input {
      @extend .form-control, .form-control-sm;
    }
  }

  > h1 {
    @extend .nav, .col-12, .col-lg-auto, .me-lg-auto, .mb-2, .justify-content-center, .mb-md-0;

    font-size: 1.6rem;
  }

  svg {
    &.search__eyeglass-icon, &.search__clear-icon {
      height: 20px;
      width: 20px;
    }
  }

  .button {
    @extend .btn, .btn-sm;
  }

  .search__input {
    @extend .mx-2;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-0.2.2 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.2.0 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.9 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.8 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.6 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.4 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.2 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss
administrate-bootstrap-theme-0.1.0 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_header.scss