Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanislovingit/977f34d39521c95e4dd5 to your computer and use it in GitHub Desktop.
Save hanislovingit/977f34d39521c95e4dd5 to your computer and use it in GitHub Desktop.
Tello-guide-example-sign-in-component
@media only screen and (max-width: 900px) and (min-width: 751px),
only screen and (max-width: 1280px) and (min-width: 901px),
only screen and (min-width: 1281px)
.sign-in-box {
width: 520px;
height: 290px;
margin: 250px auto;
border-radius: 5px;
background-color: #ddd;
padding: 40px 36px;
box-shadow: 5px 5px 10px 1px rgba(0,0,0,.7);
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.sign-in-box-logo {
width: 150px;
height: 40px;
margin: 0 auto 28px auto;
}
.sign-in-box-logo {
width: 150px;
height: 54px;
background: url('Images/770x240 agXaccount.svg') no-repeat center;
margin: 0 auto 20px auto;
}
.sign-in-box-input-box {
margin: 0 auto;
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.sign-in-box-btn-box {
display: inline-block;
top: 0;
width: 75px;
float: right;
padding: 0;
margin: 30px auto 46px auto;
}
.sign-in-box-btn-box {
height: 60px;
width: 110px;
padding: 15px 0;
margin: 5px auto;
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.sign-in-box-labels-box {
display: inline-block;
width: 270px;
margin-top: 29px;
text-align: left;
font-size: 10pt;
}
.sign-in-box-labels-box {
margin: 0 auto;
font-size: 14pt;
text-align: center;
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.sign-in-box-input-box-text {
font-size: 14pt;
}
.sign-in-box-input-box-text {
border: 1px solid #d3d3d3;
height: 37.5px;
width: 100%;
background: #fff;
padding: 0 12.5px;
margin: 0;
color: #000;
font-size: 15pt;
font-weight: 300;
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.agx-btn-orange.mod-small {
width: 75px;
height: 33px;
font-size: 10pt;
}
@media only screen and (max-width: 900px) and (min-width: 751px), only screen and (max-width: 1280px) and (min-width: 901px), only screen and (min-width: 1281px)
.agx-btn-orange, .agx-btn-gray {
height: 33px;
}
.agx-btn-orange {
font-size: 13pt;
background-color: #cb5928;
color: #fff;
height: 29px;
width: 110px;
border-radius: 1px;
cursor: pointer;
border-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment