Remove a unused lightbox

stable
David Barragán Merino 2014-11-03 13:29:01 +01:00
parent a4c03f38b8
commit c91cb5c59d
3 changed files with 0 additions and 41 deletions

View File

@ -61,6 +61,3 @@ block content
ng-click="ctrl.openDeleteLightbox()") Delete Taiga account
div.lightbox.lightbox-delete-account.hidden(tg-lb-delete-user)
div.lightbox.lightbox-confirm-use-gravatar.hidden
include views/modules/lightbox-use-gravatar

View File

@ -1,11 +0,0 @@
a.close(href="", title="close")
span.icon.icon-delete
form
h2.title Use gravatar as image
p
span.subtitle You really want to delete your current photo and use the gravatar image?
div.options
a.button.button-green(href="", title="Accept")
span Accept
a.button.button-red(href="", title="Delete")
span Cancel

View File

@ -310,33 +310,6 @@
}
}
.lightbox-confirm-use-gravatar {
form {
@include table-flex-child(0, 420px, 0, 420px);
}
.question,
.subtitle {
display: block;
line-height: 2rem;
text-align: center;
}
.subtitle {
@extend %large;
@extend %title;
}
.options {
@include table-flex();
a {
@include table-flex-child(1, 0, 0);
padding: 8px 0;
text-align: center;
&:first-child {
margin-right: .5rem;
}
}
}
}
.lightbox-delete-account {
form {
@include table-flex-child(0, 420px, 0, 420px);