diff --git a/WORKLOG.md b/WORKLOG.md index db73be64..2cb61c55 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -29,10 +29,6 @@ *$$$* -buy supporter pack - account credited with features - char sets - emotes * balances table (ingame currency) diff --git a/client/assets/styles/styles.css b/client/assets/styles/styles.css index db8e6dca..bcfc7d97 100644 --- a/client/assets/styles/styles.css +++ b/client/assets/styles/styles.css @@ -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; diff --git a/client/index.html b/client/index.html index 3101999c..bfb399e6 100644 --- a/client/index.html +++ b/client/index.html @@ -17,6 +17,7 @@
+