Sha256: 04d14283ca09e0c2be40f1279c1d1e1f31d6427b61bced7499c066aa05c7ccf0

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

body > main {
  background: #f1f2f4;
}

.tab-bar {
  border-bottom: 1px solid $sidebar-border-color;

  .menu-icon {
    background: $sidebar-bg-color;
    border-bottom: 1px solid $sidebar-border-color;
    border-right: 1px solid $sidebar-border-color;
  }

  .right-small {
    @media #{$large-up} {
      display: none;
    }

    .menu-icon {
      &:hover {
        span {
          @include box-shadow(none);
          &:before {
            color: #546976;
          }
        }
      }

      span {
        @include box-shadow(none);
        position: relative;

        &:before {
          color: $tabbar-menu-icon-color;
          content: '\f044';
          font-family: 'FontAwesome';
          font-size: rem-calc(22);
          left: rem-calc(-36);
          position: absolute;
          top: rem-calc(-7);
        }
      }
    }
  }

  h1 {
    font-size: rem-calc(24);
  }

  dl {
    dd {
      a {
        color: $tabbar-link-color;
        line-height: 3.375rem;

        &:hover {
          color: $tabbar-link-color;
        }
      }
    }
  }
}

.main-section {
  padding-top: rem-calc(17);
}

.off-canvas-wrap {
  &.move-right,
  &.move-left {
    & .exit-off-canvas {
      border-left: 1px solid #7d95a3;
      border-right: 1px solid #7d95a3;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/assets/stylesheets/user/_main.scss