password patches

This commit is contained in:
Wyatt Johnson
2018-05-03 15:51:50 -06:00
parent b5958d5879
commit ea71b779d2
2 changed files with 12 additions and 7 deletions
@@ -1,22 +1,27 @@
.container {
position: relative;
color: #202020;
padding: 10px;
border-radius: 2px;
border: solid 1px transparent;
box-sizing: border-box;
justify-content: space-between;
&.editing {
padding: 10px;
border-color: #979797;
background-color: #EDEDED;
.actions {
top: 10px;
right: 10px;
}
}
}
.actions {
position: absolute;
top: 10px;
right: 10px;
top: 0px;
right: 0px;
display: flex;
flex-direction: column;
align-items: center;
@@ -35,7 +40,7 @@
}
.detailLink {
color: #00538A;
color: #00538A;
text-decoration: none;
font-size: 0.9em;
&:hover {
@@ -59,7 +64,7 @@
> i {
font-size: 17px;
}
&:hover {
background-color: #399ee2;
color: white;
@@ -97,7 +97,7 @@ DeleteMyAccountDialog.propTypes = {
showDialog: PropTypes.bool.isRequired,
closeDialog: PropTypes.func.isRequired,
requestAccountDeletion: PropTypes.func.isRequired,
scheduledDeletionDate: PropTypes.any.isRequired,
scheduledDeletionDate: PropTypes.any,
organizationContactEmail: PropTypes.string.isRequired,
};