fix vbox banging around when you buy stuff / reclaim
This commit is contained in:
parent
6318e663e6
commit
6305a96875
3
client/assets/styles/skeleton.css
vendored
3
client/assets/styles/skeleton.css
vendored
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user