Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 2447.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
7.63 kB
<!DOCTYPE html>
<html lang="en">
<head>
<style>
</style>
<meta charset="utf-8">
<title>
Dr Detail for Less
</title>
<meta content="never" name="referrer">
<meta content="width=device-width, initial-scale=1" name="viewport">
<style type="text/css">
* { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
@font-face {
font-family: 'ShopifySans';
src: url('//cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--light.woff2');
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'ShopifySans';
src: url('//cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--regular.woff');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'ShopifySans';
src: url('//cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--medium.woff2');
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: 'ShopifySans';
src: url('//cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--bold.woff2');
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'ShopifySans';
src: url('//cdn.shopify.com/shopify-marketing_assets/static/ShopifySans--black.woff2') format('woff2');
font-style: normal;
font-weight: 900;
}
html,body {
height:100%;
border:0;
margin:0;
padding:0;
font-family: ShopifySans, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
font-size: 62.5%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-size-adjust: 100%;
text-rendering: optimizeLegibility;
background:#fff;
}
body { min-height:100%; font-size:16px; line-height:22px; color: #212b36; }
button {
display: inline-block;
padding: 1em 1.8125em;
border-radius: 4px;
font-family: ShopifySans, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 1em;
line-height: 1.133;
-webkit-font-smoothing: antialiased;
transition: 150ms ease;
transition-property: background-color, border-color, box-shadow, color;
text-align: center;
-webkit-user-select: none;
user-select: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
background-color: #008060;
color: #ffffff;
border-width: 1px;
border-style: solid;
border-color: transparent;
margin: 1.5rem 0;
}
button:hover, button:focus { background-color: #004c3f; box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25); }
button:focus { box-shadow: 0 0 0.1875em 0.1875em rgba(0,128,96,0.5); text-decoration: none; outline: 0; }
a { color:#479ccf; }
h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 1rem 0; color:#31373D; font-weight:700; }
h1 { font-size:42px; line-height: 44px; font-weight: 500; }
h2 { font-size:3.2rem; font-weight:300; line-height:30px; }
h3 { font-size:17px; line-height:30px; position:relative; padding-bottom:18px; margin-bottom:22px; font-weight:400; }
h3:after { content:""; position:absolute; left:0; bottom:0; height:2px; width:76px; background:#EAEAEA; }
h4 { font-size:14px; margin-bottom:3px; }
img { max-width:100%; }
.logo { width: 117px; height: 34px; }
li { margin-bottom:5px; }
.wrapper {
box-sizing: border-box;
max-width: calc(410px + 4rem);
min-height: calc(100vh - 5rem);
margin: 0 auto;
padding: 0 2rem;
padding-top: 20vh;
padding-bottom: 6rem;
}
.form-section { display: flex; flex-direction: column; flex-wrap: wrap; margin: -8px; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
.form-wrapper { box-sizing: border-box; margin: 0; display: flex; flex-direction: column; padding: 8px; -webkit-box-orient: vertical; -webkit-box-direction: normal; }
.label-wrapper { align-items: baseline; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -4px; }
.label-wrapper label { font-size: 1.6rem; line-height: 2.4rem; margin-bottom: 0.4rem; }
.label-wrapper > * { margin: 0 4px 4px 4px; }
.description { color: #6c6c6c }
.form-input {
outline: none;
max-height: 5.2rem;
padding: 1.6rem;
border-color: #8996a3;
box-shadow: 0 0 0 0.1rem transparent;
min-width: 75px;
height: auto;
margin: 0;
border: 1px solid #c4cdd5;
border-radius: 3px;
text-transform: initial;
letter-spacing: initial;
box-sizing: border-box;
display: block;
width: 100%;
transition: box-shadow 100ms cubic-bezier(0.64, 0, 0.35, 1),border-color 100ms cubic-bezier(0.64, 0, 0.35, 1),-webkit-box-shadow 100ms cubic-bezier(0.64, 0, 0.35, 1);
}
.form-input:focus { border-color: #108043; box-shadow: 0 0 0 0.1rem #108043; border: 1px solid #108043; margin-bottom: -0.1px; }
.form-input.with-error { background-color: #fbeae5; border-color: #bf0711; }
.form-input.with-error:focus { border: 1px solid #98050D; box-shadow: 0 0 0 0.1rem transparent; }
.error-icon {
align-self: start;
-webkit-align-self: flex-start;
flex-shrink: 0;
width: 20px;
height: 20px;
margin-right: 4px;
fill: #de3618;
font-size: 1.5rem;
}
.error-message { color: #bf0711; font-size: 1.5rem; }
.error-container { margin-top: 0.8rem; }
.hero { margin-bottom:30px; width: 200px; }
.content--block { position:relative; margin-bottom:32px; }
.notification { display: inline-flex; }
@media all and (min-width:500px) {
.ico svg { width:40px; height:40px; margin-bottom:0; }
.hero { margin-bottom:70px; }
}
@media (max-height: 1024px) and (max-width: 600px) {
.wrapper {
padding-top: 2rem;
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="hero">
</div>
<div class="content">
<div class="content--block">
<h2>
<b>
Dr Detail for Less
</b>
</h2>
<p class="description">
This store is password protected. Use the password to enter the store.
</p>
</div>
<div class="content--block">
<form accept-charset="UTF-8" action="/password" data-remote="true" method="post">
<input name="authenticity_token" type="hidden" value="n25nb8jKeCB3doxis8Nne7D4Oc1LG7DiqmNEPC6racgfNJUqDgpvQ7-ncXsz4AGqBdAyiP7eKL5g2WanPXTMQQ==">
<div class="form-section">
<div class="form-wrapper">
<div class="label-wrapper">
<label for="password">
Enter store password
</label>
</div>
<input autocomplete="nope" class="form-input" id="password" name="password" type="password">
<div class="error-container">
</div>
</div>
</div>
<button type="submit">
Enter
</button>
</form>
</div>
<div class="content--block">
<div class="content--desc">
<span>
Are you the store owner?
<a>
Log in here
</a>
</span>
</div>
</div>
</div>
</div>
</body>
</html>