Lightbox delete account style fixes
parent
2f6cfa0d2a
commit
e7e869235d
|
@ -859,7 +859,6 @@
|
||||||
"DELETE_ACCOUNT": {
|
"DELETE_ACCOUNT": {
|
||||||
"SECTION_NAME": "Delete Taiga Account",
|
"SECTION_NAME": "Delete Taiga Account",
|
||||||
"CONFIRM": "Are you sure you want to delete your 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",
|
"NEWSLETTER_LABEL_TEXT": "I don't wanna receive your newsletter anymore",
|
||||||
"CANCEL": "Back to settings",
|
"CANCEL": "Back to settings",
|
||||||
"ACCEPT": "Delete account",
|
"ACCEPT": "Delete account",
|
||||||
|
|
|
@ -3,8 +3,6 @@ a.close(href="", title="{{'close' | translate}}")
|
||||||
use(xlink:href="#icon-close")
|
use(xlink:href="#icon-close")
|
||||||
form
|
form
|
||||||
h2.title(translate="LIGHTBOX.DELETE_ACCOUNT.CONFIRM")
|
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")
|
p(ng-bind-html="'LIGHTBOX.DELETE_ACCOUNT.BLOCK_PROJECT' | translate")
|
||||||
div.options
|
div.options
|
||||||
|
|
|
@ -339,10 +339,6 @@
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.subtitle {
|
|
||||||
@extend %large;
|
|
||||||
@extend %title;
|
|
||||||
}
|
|
||||||
.newsletter {
|
.newsletter {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue