Sha256: 1007bf6a2ffa86ffece3dc8299ecbd69c7ea3c4b6a1c12b11e1d82b83a68a804

Contents?: true

Size: 1.95 KB

Versions: 15

Compression:

Stored size: 1.95 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Shopify App — Installation</title>

  <style>
    html, body { padding: 0; margin: 0; }

    body {
      font-family: "ProximaNovaLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background-color: #f2f7fa;
    }

    h1 {
      font-weight: 300;
      font-size: 40px;
      margin-bottom: 10px;
    }

    .subhead {
      font-size: 17px;
      line-height: 32px;
      font-weight: 300;
      color: #969A9C;
    }

    input {
      width: 300px;
      height: 50px;
      padding: 10px;
      border: 1px solid #479CCf;
      color: #575757;
      background-color: #ffffff;
      box-sizing: border-box;
      border-radius: 4px 0 0 4px;
      font-size: 18px;
      float: left;
    }

    button {
      color: #ffffff;
      background-color: #3793cb;
      width: 100px;
      height: 50px;
      padding: 10px 20px 10px 20px;
      box-sizing: border-box;
      border: none;
      text-shadow: 0 1px 0 #3188bc;
      font-size: 18px;
      cursor: pointer;
      border-radius: 0 4px 4px 0;
      float: right;
    }

    button:hover {
      background-color: #479CCf;
    }

    form {
      display: block;
    }

    .container {
      text-align: center;
      margin-top: 100px;
      padding: 20px;
    }

    .container__form {
      width: 400px;
      margin: auto;
    }
  </style>
</head>
<body>

  <main class="container" role="main">
    <header>
      <% application_name = ShopifyApp.configuration.application_name %>
      <h1><%= application_name.presence || 'Shopify App – Installation' %></h1>
      <p class="subhead">
        <label for="shop">Enter your shop domain to log in or install this app.</label>
      </p>
    </header>

    <div class="container__form">
      <form method="GET" action="login">
        <input type="text" name="shop" id="shop" placeholder="example.myshopify.com"/>
        <button type="submit">Install</button>
      </form>
    </div>
  </main>

</body>
</html>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
shopify_app-8.1.0 app/views/shopify_app/sessions/new.html.erb
shopify_app-8.0.0 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.4.0 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.3.0 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.11 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.10 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.9 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.8 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.7 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.6 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.5 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.3 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.2.0 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.1.1 app/views/shopify_app/sessions/new.html.erb
shopify_app-7.1.0 app/views/shopify_app/sessions/new.html.erb