Skip to content

Commit

Permalink
less to css
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 8, 2015
1 parent 502d283 commit 6fefdaa
Showing 1 changed file with 95 additions and 115 deletions.
210 changes: 95 additions & 115 deletions lib/at_bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,33 @@
margin-bottom: 20px;
border-radius: 10px;
padding: 15px;

p {
font-size: 15px;
line-height: 20px;
}
}

.at-title {
h3 {
margin-top: 0px;
margin-bottom: 10px;
font-size: 18px;
font-weight: 800;
text-align: center;
}
}

}
.at-form p {
font-size: 15px;
line-height: 20px;
}
.at-title h3 {
margin-top: 0px;
margin-bottom: 10px;
font-size: 18px;
font-weight: 800;
text-align: center;
}
.at-link.disabled {
color: #444;
}

.at-signin-link {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}

.at-error, .at-result {
.at-error,
.at-result {
text-align: center;
}

.at-oauth {
margin-top: 10px;
}

button.at-social-btn {
display: block;
width: 100%;
Expand All @@ -49,124 +41,112 @@ button.at-social-btn {
padding: 8px 10px;
border-radius: 5px;
font-size: 16px;

i {
float: left;
width: 40px;
font-size: 20px;
margin-top: 1px;
padding-right: 15px;
padding-left: 5px;
border-right: 1px solid rgba(0,0,0,0.2);
}

&#at-facebook {
background: #3B5998;
color: #fff;
&.disabled {
color: #ddd;
background: #666666;
}
&:hover {
background: #2C4780;
}
}

&#at-linkedin {
background: #338AB0;
color: #fff;
&.disabled {
color: #ddd;
background: #666666;
}
&:hover {
background: #0571A6;
}
}

&#at-twitter {
background: #4099FF;
color: #fff;
&.disabled {
color: #ddd;
background: #666666;
}
&:hover {
background: #3288EB;
}
}

&#at-google {
background: #db5a3c;
color: #fff;
&.disabled {
color: #ddd;
background: #666666;
}
&:hover {
background: #CA4C2E;
}
}

&#at-github {
background: #666;
color: #fff;
&.disabled {
color: #ddd;
background: #666666;
}
&:hover {
background: #555;
}
}
}

}
button.at-social-btn i {
float: left;
width: 40px;
font-size: 20px;
margin-top: 1px;
padding-right: 15px;
padding-left: 5px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
button.at-social-btn#at-facebook {
background: #3B5998;
color: #fff;
}
button.at-social-btn#at-facebook.disabled {
color: #ddd;
background: #666666;
}
button.at-social-btn#at-facebook:hover {
background: #2C4780;
}
button.at-social-btn#at-linkedin {
background: #338AB0;
color: #fff;
}
button.at-social-btn#at-linkedin.disabled {
color: #ddd;
background: #666666;
}
button.at-social-btn#at-linkedin:hover {
background: #0571A6;
}
button.at-social-btn#at-twitter {
background: #4099FF;
color: #fff;
}
button.at-social-btn#at-twitter.disabled {
color: #ddd;
background: #666666;
}
button.at-social-btn#at-twitter:hover {
background: #3288EB;
}
button.at-social-btn#at-google {
background: #db5a3c;
color: #fff;
}
button.at-social-btn#at-google.disabled {
color: #ddd;
background: #666666;
}
button.at-social-btn#at-google:hover {
background: #CA4C2E;
}
button.at-social-btn#at-github {
background: #666;
color: #fff;
}
button.at-social-btn#at-github.disabled {
color: #ddd;
background: #666666;
}
button.at-social-btn#at-github:hover {
background: #555;
}
.at-sep {
text-align: center;
position: relative;
overflow: hidden;
margin-bottom: 15px;
}
.at-sep:before, .at-sep:after {
display: block;
content: " ";
border-bottom: 1px solid #ddd;
width: 100%;
position: absolute;
top: 48%;
.at-sep:before,
.at-sep:after {
display: block;
content: " ";
border-bottom: 1px solid #ddd;
width: 100%;
position: absolute;
top: 48%;
}
.at-sep:before {
left: -60%;
}
.at-sep:after {
right: -60%;
}

.at-input.validating * {
cursor:progress;
cursor: progress;
}

.at-pwd-form > form {
margin-top: 20px;

label {
margin-bottom: 5px;
font-weight: 500;
font-size: 14px;
}
}

#at-btn{
}
.at-pwd-form > form label {
margin-bottom: 5px;
font-weight: 500;
font-size: 14px;
}
#at-btn {
font-size: 16px;
padding: 10px 12px;
margin-top: 30px;
}

.at-signup-link {
margin-top: 20px;
margin-bottom: 30px;
}

.at-terms-link {
text-align: center;
margin-top: 20px;
Expand Down

0 comments on commit 6fefdaa

Please sign in to comment.