summaryrefslogtreecommitdiff
path: root/animism-align/frontend/common/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/common/app.css')
-rw-r--r--animism-align/frontend/common/app.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/animism-align/frontend/common/app.css b/animism-align/frontend/common/app.css
index 3482820..362b933 100644
--- a/animism-align/frontend/common/app.css
+++ b/animism-align/frontend/common/app.css
@@ -59,7 +59,10 @@ body {
.row.menubar {
+ background: #324;
+ padding: 0.5rem;
justify-content: flex-end;
+ margin-bottom: 1rem;
}
.menubar > :first-child {
flex: 1;
@@ -122,15 +125,16 @@ a {
/* menu button */
.menuButtons {
- width: 2.5rem;
+ width: 3.5rem;
min-height: 18rem;
+ padding: 0 1.0rem 0 1.0rem;
}
.menuButton {
position: relative;
text-align: center;
text-transform: uppercase;
font-size: 0.625rem;
- color: #333;
+ color: #ddd;
text-decoration: none;
cursor: pointer;
display: flex;
@@ -141,7 +145,7 @@ a {
margin-bottom: 0.75rem;
}
.menuButton .icon {
- background-color: #fff;
+ background-color: #101;
width: 2.5rem;
height: 2.5rem;
border: 1px solid;
@@ -158,11 +162,11 @@ a {
fill: #888;
}
.menuButton:hover .icon {
- background-color: #eef;
- border-color: #000;
+ background-color: #000;
+ border-color: #fff;
}
.menuButton:hover svg {
- fill: #000;
+ fill: #fff;
}
.menuButton.small {