This commit is contained in:
ntr
2019-06-28 16:08:55 +10:00
parent e6486dc361
commit 4921b0760c
10 changed files with 342 additions and 69 deletions
+9 -6
View File
@@ -293,7 +293,7 @@ button[disabled] {
}
/*
HEADER
account
*/
header {
@@ -303,23 +303,26 @@ header {
margin-bottom: 1.5em;
}
.header-title {
.account {
margin: 1em 0;
}
.account-title {
flex: 1;
letter-spacing: 0.05em;
}
.header-status {
margin: 1em 0;
.account-status {
display: flex;
}
.header-username {
.account-header {
letter-spacing: 0.05em;
flex: 1;
display: inline;
}
.header-status svg {
.account-status svg {
margin: 0.5em 0 0 1em;
height: 1em;
background-color: black;