👬 // FREEBIE
This commit is contained in:
lilia 2015-11-07 21:33:01 -08:00
parent 7105307dd9
commit d607996cf8
4 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -49,15 +49,15 @@
</div> </div>
<div id='step4' class='step'> <div id='step4' class='step'>
<p>Registering as</p> <p>Linking with</p>
<h3 class='number'></h3> <h2 class='number'></h2>
<p>Verify your phone number above, then give this computer a name.</p> <img id='signal-computer' src='/images/signal-laptop.png'>
<p>This computer's name will be</p>
<div> <div>
<input type='text' id='device-name' spellcheck='false'></input> <input type='text' id='device-name' spellcheck='false'></input>
</div> </div>
<img id='signal-computer' src='/images/signal-laptop.png'>
<div class='nav'> <div class='nav'>
<div> <a class='button' id='sync'>Lookin good</a> </div> <div> <a class='button' id='sync'>Looking good</a> </div>
</div> </div>
</div> </div>

View file

@ -942,6 +942,7 @@ h3.step {
#device-name { #device-name {
border: none; border: none;
border-bottom: 1px solid white; border-bottom: 1px solid white;
padding: 8px;
background: transparent; background: transparent;
color: white; color: white;
font-weight: bold; font-weight: bold;
@ -955,7 +956,7 @@ h3.step {
#device-name:focus { #device-name:focus {
outline: none; } outline: none; }
#device-name:hover, #device-name:focus { #device-name:hover, #device-name:focus {
background: rgba(255, 255, 255, 0.3); } background: rgba(255, 255, 255, 0.1); }
#verifyCode, #verifyCode,
#code, #code,

View file

@ -166,6 +166,7 @@ h3.step {
#device-name { #device-name {
border: none; border: none;
border-bottom: 1px solid white; border-bottom: 1px solid white;
padding: 8px;
background: transparent; background: transparent;
color: white; color: white;
font-weight: bold; font-weight: bold;
@ -185,7 +186,7 @@ h3.step {
} }
&:hover, &:focus { &:hover, &:focus {
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.1);
} }
} }