Sha256: 24430367b070b687efbe570d9400dd7d095e0cf1f56f2cfe0017e2d8ad313ee5

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

#login {  
  width: 400px;
  max-width: 100%;
  margin: auto;
  background-color: white;
  border-top: 3px solid $primary-color;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
  border-radius: 3px;
  padding: 30px;
  margin-top: 100px;

  color: $text-color;

  h2 {
    text-align: center;
  }

  .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  }

  a {
    margin-top: 10px;
    display: inline-block;
  }

  .input_action {
    width: 50%;
  }

  input[type="submit"] {
    line-height: 43px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arctic_admin-1.0.2 app/assets/stylesheets/pages/_login.scss