Lightbox delete account style fixes

stable
Xavier Julián 2016-03-14 08:54:20 +01:00
parent 2f6cfa0d2a
commit e7e869235d
3 changed files with 0 additions and 7 deletions

View File

@ -859,7 +859,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Delete Taiga Account",
"CONFIRM": "Are you sure you want to delete your Taiga account?",
"SUBTITLE": "We're going to miss you! :-(",
"NEWSLETTER_LABEL_TEXT": "I don't wanna receive your newsletter anymore",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",

View File

@ -3,8 +3,6 @@ a.close(href="", title="{{'close' | translate}}")
use(xlink:href="#icon-close")
form
h2.title(translate="LIGHTBOX.DELETE_ACCOUNT.CONFIRM")
p
span.subtitle(translate="LIGHTBOX.DELETE_ACCOUNT.SUBTITLE")
p(ng-bind-html="'LIGHTBOX.DELETE_ACCOUNT.BLOCK_PROJECT' | translate")
div.options

View File

@ -339,10 +339,6 @@
line-height: 2rem;
text-align: center;
}
.subtitle {
@extend %large;
@extend %title;
}
.newsletter {
margin: 1rem 0;
text-align: center;