Adding withRequestAccountDeletion, withRequestDownloadLink, withCancelAccountDeletion

This commit is contained in:
okbel
2018-05-01 15:43:10 -03:00
parent f4cb16e56e
commit 3bb91f6833
8 changed files with 134 additions and 17 deletions
@@ -43,10 +43,22 @@
background-color: #3498DB;
color: white;
}
&.danger {
background-color: #FA4643;
color: white;
}
}
.actions {
text-align: right;
padding-top: 20px;
&.columnView {
display: flex;
flex-direction: column;
align-items: center;
}
}
.title {
@@ -58,4 +70,39 @@
font-size: 1em;
line-height: 20px;
margin: 0;
margin-bottom: 15px;
}
.box {
display: flex;
flex-direction: column;
margin-bottom: 15px;
}
.note {
margin: 10px 0;
}
.subTitle {
font-size: 1em;
margin-bottom: 8px;
}
.textBox {
background-color: #F1F2F2;
border: none;
width: 100%;
padding: 15px;
box-sizing: border-box;
color: #3B4A53;
font-size: 1em;
}
.block {
display: block;
margin-top: 2px;
}
.step {
padding-top: 20px;
}