Sha256: aad900277a3217da4d98d26d8c87837604f3e28c68ff50c9d57ed77a6e49ba9d

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

@import "../helpers/index.scss";

.cm-navbar {
  top: 0;
  right: 0;
  left: 225px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 102px;
  padding: 24px;
  background-color: $white;
  z-index: 2;
  gap: 16px;
  &__lhs {
    .bread-crumb-area {
      .breadcrumb-text {
        @include font($size: $t4-text, $color: $ink-lighter-clr);
        line-height: 22px;
        margin: 0 0 16px;
        a {
          color: inherit;
        }
      }
    }
    .nav-title-area {
      .title-text {
        @include font($size: 24px, $color: $primary-text-clr, $weight: 600);
        line-height: 32px;
        margin: 0 0 8px;
      }
      .title-sub-text {
        @include font($size: $t4-text, $color: $primary-text-clr);
        line-height: 22px;
        margin: 0;
      }
    }
  }

  &__rhs {
    display: flex;
    align-items: center;

    .export-container {
      position: relative;
      .export-popup {
        top: 45px;
        width: 156px;
        padding: 8px 0;
        animation: fadeIn 0.2s ease-in-out;
        .popup-option {
          padding: 8px 16px;
          @include font($size: $t4-text, $color: $primary-text-clr);
          line-height: 22px;
          transition: all 0.2s linear;
          cursor: pointer;
          &:hover {
            background-color: $grey-lighter-clr;
          }
          span {
            margin-right: 8px;
          }
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cm-admin-1.1.8 app/assets/stylesheets/cm_admin/base/navbar.scss