encryption ui improvements

This commit is contained in:
Sharon Kennedy
2020-02-04 01:13:47 -05:00
parent 5cb95e4556
commit 5391338d7f
4 changed files with 35 additions and 23 deletions

View File

@@ -18,6 +18,12 @@
overflow: auto;
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
}
.notices {
color: $dark-color;
font-size: 0.9rem;
}
.message {