Add account details page

This commit is contained in:
Justin Starry
2020-05-12 18:32:14 +08:00
committed by Michael Vines
parent 59288117b9
commit 29ec98d0a1
7 changed files with 464 additions and 379 deletions

View File

@@ -117,3 +117,13 @@ h4.slot-pill {
.min-width-0 {
min-width: 0;
}
.mb-last-0 {
&:last-child {
margin-bottom: 0 !important;
}
}
.vertical-top {
vertical-align: top !important;
}