Merge branch 'accounting' into develop

This commit is contained in:
ntr
2019-06-28 16:10:17 +10:00
32 changed files with 1988 additions and 706 deletions
+23 -6
View File
@@ -297,7 +297,7 @@ button[disabled] {
}
/*
HEADER
account
*/
header {
@@ -307,23 +307,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;
@@ -466,6 +469,20 @@ header {
font-size: 1.2em;
}
.stripe-btn {
width: 100%;
padding: 0 0.5em;
margin: 0.25em 0;
background: whitesmoke;
color: black;
border-radius: 2px;
}
.stripe-btn:hover {
color: black;
}
.refresh-btn {
border: 1px solid #222;
float: right;