1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

api,frontend: add unsubscribe

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 16:30:54 -05:00
parent 60a9f2cc15
commit e1c94ecf15
11 changed files with 252 additions and 8 deletions

View File

@ -0,0 +1,49 @@
@import "checkbox.scss";
@import "button.scss";
.unsubscribe-container {
margin-top: 72px;
display: flex;
justify-content: center;
.unsubscribe {
max-width: 600px;
width: 100%;
.loading {
font-size: 32px;
font-weight: bold;
text-align: center;
}
.err {
color: $red-6;
text-align: center;
font-weight: bold;
}
.msg {
color: $green-6;
font-weight: bold;
margin-bottom: 12px;
height: 20px;
}
.checkboxes {
.email {
margin-bottom: 32px;
font-size: 21px;
font-weight: bold;
}
.email::before {
content: "Changing email notifications for ";
font-weight: normal;
}
.row {
margin-bottom: 24px;
}
}
}
}

View File

@ -0,0 +1,4 @@
@import "common-main.scss";
@import "navbar-main.scss";
@import "unsubscribe-main.scss";
@import "tomorrow.scss";