From 1991574b21c05498f760ceadf8ccb03d530a49c4 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 24 Dec 2019 18:01:32 +1000 Subject: [PATCH] fukt a lot but wip --- client/assets/mnml.logo.text.svg | 2568 +++++++++++++++++++++++++ client/assets/styles/account.less | 11 +- client/assets/styles/menu.less | 12 +- client/assets/styles/styles.less | 12 +- client/src/components/account.top.jsx | 8 +- client/src/components/controls.jsx | 4 + client/src/components/noise.logo.jsx | 50 + 7 files changed, 2641 insertions(+), 24 deletions(-) create mode 100644 client/assets/mnml.logo.text.svg create mode 100644 client/src/components/noise.logo.jsx diff --git a/client/assets/mnml.logo.text.svg b/client/assets/mnml.logo.text.svg new file mode 100644 index 00000000..578fac9b --- /dev/null +++ b/client/assets/mnml.logo.text.svg @@ -0,0 +1,2568 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/client/assets/styles/account.less b/client/assets/styles/account.less index c920c8dc..21ea145f 100644 --- a/client/assets/styles/account.less +++ b/client/assets/styles/account.less @@ -3,16 +3,25 @@ div { padding-right: 1em; + // display: flex; + // flex-flow: column; + line-height: 2em; + } + + h3 { + // text-transform: uppercase; + margin-bottom: 0.5em; } button { width: 100%; + height: 2.5em; display: block; } input { width: 100%; - height: 3em; + height: 2.5em; display: block; } diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index e52249d0..dddead54 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -75,10 +75,6 @@ flex: 1; border-top: 0; border: 0.1em solid #222; - &:not(:last-child) { - border-right: 0; - } - &:last-child { float: right; } @@ -93,6 +89,10 @@ display: inline; margin: 0 1em; } + + button { + padding: 0 0.5em; + } } } @@ -117,10 +117,6 @@ section { grid-gap: 1em; flex-flow: row wrap; align-items: flex-end; - button { - border-radius: 0.25em; - // height: 3em; - } &.sub { grid-template-columns: 1fr; diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 704d3f59..4d92875f 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -129,7 +129,7 @@ button, input { box-sizing: border-box; font-size: 1em; flex: 1; - border-radius: 0.5em; + border-radius: 0; line-height: 2em; padding-right: 0.1em; padding-left: 0.1em; @@ -261,15 +261,6 @@ figure.gray { display: none; } -header { - button { - height: 2.5em; - // border-radius: 0.1em; - border: none; - border-radius: 0; - } -} - .options { button { &.highlight { @@ -279,7 +270,6 @@ header { } border: none; - border-radius: 0; } } diff --git a/client/src/components/account.top.jsx b/client/src/components/account.top.jsx index de983dd7..b2500d62 100644 --- a/client/src/components/account.top.jsx +++ b/client/src/components/account.top.jsx @@ -152,11 +152,9 @@ class AccountStatus extends Component { return (
+ {subInfo()}
- {subInfo()} -
-
- +

Email

Recovery Email
{email ? email.email : 'No email set'}
@@ -174,6 +172,7 @@ class AccountStatus extends Component {
+

Password

+

Other

spawn new construct