Sha256: 93a7c65e374de1c82f2f0efcc07ab95e679fd33c92669b4366f86bc95d19391f

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 KB

Contents

@import "_variable.scss";

.auth {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #1b1d1f;
  &__form-inner {
    width: 450px;
    max-width: 450px;
    margin: 0 auto;
    .header-log {
      text-align: center;
      img {
        width: 250px;
      }
    }
    .header-title {
      margin: 30px 0;
      letter-spacing: 2px;
      text-align: center;
      color: $white;
    }

    .field-50 {
      display: flex;
      margin-bottom: 24px;
      &__item {
        width: 50%;
        &:nth-child(2) {
          margin-left: 20px;
        }
      }
    }

    .field-100 {
      width: 100%;
      margin-bottom: 24px;
    }

    .get-start-btn {
      width: 100%;
    }

    .forgot-password {
      margin-bottom: 8px;
      text-align: right;
      a {
        color: #20b5ff;
        font-size: 14px;
      }
    }

    input {
      display: block;
      width: 100%;
      height: 39px;
      padding: 6px 12px;
      font-size: 16px;
      color: #555555;
      background-color: $white;
      border: 1px solid #ccc;
      border-radius: 2px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      &:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cm-admin-0.2.0 lib/generators/cm_admin/templates/assets/stylesheets/base/auth.scss