Refactor for the lightbox generic success and the lightbox delete

stable
Xavier Julián 2014-07-10 12:26:29 +02:00
parent 242d9a4d2a
commit 9500756335
3 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,4 @@
div.register-form-container(tg-register)
a.register-text-top(href="", title="Login", tg-nav="login") Are you already registered?
form.register-form
fieldset
input(type="text", placeholder="Pick a username", ng-model="data.username",
@ -18,3 +17,4 @@ div.register-form-container(tg-register)
a(href="", title="See terms of service") terms of service
span and
a(href="", title="See privacy policy") privacy policy.
a.register-text-top(href="", title="Login", tg-nav="login") Are you already registered? Log in

View File

@ -254,22 +254,20 @@
@include table-flex-child(1, 0, 0);
padding: 8px 0;
text-align: center;
&:first-child {
margin-right: .5rem;
}
}
}
}
.lightbox-generic-error {
.lightbox-generic-success {
section {
@include table-flex-child(0, 420px, 0, 420px);
}
.delete-options {
@include table-flex();
a {
@include table-flex-child(1, 0, 0);
padding: 8px 0;
text-align: center;
}
h2 {
line-height: 2rem;
}
}

View File

@ -3,6 +3,7 @@
.register-text-top {
display: block;
margin-bottom: 1rem;
text-align: center;
}
.register-text {
@extend %small;