From 54743c67babcbf0bacbac8b20719b88728d8aa50 Mon Sep 17 00:00:00 2001 From: Mashy Date: Thu, 21 Nov 2019 15:57:25 +1000 Subject: [PATCH] styling --- client/assets/styles/vbox.less | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less index 857ce142..e24aba7e 100644 --- a/client/assets/styles/vbox.less +++ b/client/assets/styles/vbox.less @@ -9,7 +9,6 @@ "stash-hdr shop" "stash stash" "refund combiner"; - border-top: 0.1em solid @gray-exists; margin-bottom: 1em; line-height: 0; @@ -24,12 +23,14 @@ grid-area: shop; border-bottom: 0.1em solid @gray-exists; border-right: 0.1em solid @gray-exists; + border-top: 0.1em solid @gray-exists; } .shop-hdr { grid-area: shop-hdr; border-bottom: 0.1em solid @gray-exists; border-left: 0.1em solid @gray-exists; + border-top: 0.1em solid @gray-exists; text-align: center; button { margin-top: 0.5em; @@ -37,6 +38,10 @@ height: 4em; letter-spacing: 0.1em; background-color: #421010; + &:hover { + background-color: @red; + + } } } @@ -55,9 +60,9 @@ button { height: 3em; letter-spacing: 0.1em; - background-color: #342100; + background-color: #996100; &[disabled] { - color: #342100; + color: #996100; }; } } @@ -86,7 +91,7 @@ line-height: 1.4; height: 3em; letter-spacing: 0.1em; - background-color: #342100; + background-color: #996100; } border-left: 0.1em solid @gray-exists; border-bottom: 0.1em solid @gray-exists;