diff --git a/client/assets/styles/account.less b/client/assets/styles/account.less index 74ef9e3c..44b1c2dd 100644 --- a/client/assets/styles/account.less +++ b/client/assets/styles/account.less @@ -1,18 +1,19 @@ @import 'colours.less'; .account { - display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; - grid-gap: 0 1em; + + div { + padding-right: 2em; + } button { + width: 100%; display: block; - // height: 3em; - width: 75%; } input { - width: 75%; + width: 100%; height: 3em; display: block; } @@ -31,19 +32,7 @@ } .list { - letter-spacing: 0.25em; - text-transform: uppercase; - - figure { - width: 75%; - display: flex; - flex-flow: column; - margin-bottom: 1em; - - button { - width: 100%; - } - } + grid-template-columns: 1fr; } } diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index 041f0263..49a312fa 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -61,35 +61,6 @@ } } - .inventory { - display: grid; - grid-template-columns: 1fr 1fr; - - h1 { - margin-bottom: 0.5em; - } - - .news { - padding-right: 1em; - } - - .list { - letter-spacing: 0.25em; - text-transform: uppercase; - display: grid; - grid-template-columns: repeat(4, 1fr); - grid-gap: 1em; - flex-flow: row wrap; - align-items: flex-end; - } - - figure { - font-size: 125%; - display: flex; - flex-flow: column; - } - } - .options { grid-area: hdr; @@ -107,3 +78,34 @@ } } } + +section { + display: grid; + grid-template-columns: 1fr 1fr; + + h1 { + margin-bottom: 0.5em; + } + + .news { + padding-right: 1em; + } + + .list { + letter-spacing: 0.25em; + text-transform: uppercase; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-gap: 1em; + flex-flow: row wrap; + align-items: flex-end; + } + + figure { + letter-spacing: 0.25em; + text-transform: uppercase; + font-size: 125%; + display: flex; + flex-flow: column; + } +} \ No newline at end of file diff --git a/client/src/components/account.top.jsx b/client/src/components/account.top.jsx index 813e6054..2589f662 100644 --- a/client/src/components/account.top.jsx +++ b/client/src/components/account.top.jsx @@ -206,14 +206,12 @@ class AccountStatus extends Component {
use the buttons on the right to join an instance.
@@ -122,7 +122,7 @@ function Play(args) { {shop.available.map(availableMtx)}
@@ -51,7 +51,7 @@ function Shop(args) {