fix vbox banging around when you buy stuff / reclaim

This commit is contained in:
Mashy 2019-11-13 13:35:15 +10:00
parent 6318e663e6
commit 6305a96875
2 changed files with 2 additions and 3 deletions

View File

@ -123,7 +123,6 @@ html {
body { body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400; font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; } color: #222; }
@ -269,7 +268,7 @@ textarea:focus,
select:focus { select:focus {
border: 1px solid #33C3F0; border: 1px solid #33C3F0;
outline: 0; } outline: 0; }
label,
legend { legend {
display: block; display: block;
margin-bottom: .5rem; margin-bottom: .5rem;

View File

@ -53,7 +53,7 @@
&, &:hover, &:active { &, &:hover, &:active {
background: @red; background: @red;
color: black; color: black;
border: 1px solid black; border: 2px solid black;
} }
} }
svg { svg {