👬 // 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 id='step4' class='step'>
<p>Registering as</p>
<h3 class='number'></h3>
<p>Verify your phone number above, then give this computer a name.</p>
<p>Linking with</p>
<h2 class='number'></h2>
<img id='signal-computer' src='/images/signal-laptop.png'>
<p>This computer's name will be</p>
<div>
<input type='text' id='device-name' spellcheck='false'></input>
</div>
<img id='signal-computer' src='/images/signal-laptop.png'>
<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>

View File

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

View File

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