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 {
|
||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #222; }
|
||||
@ -269,7 +268,7 @@ textarea:focus,
|
||||
select:focus {
|
||||
border: 1px solid #33C3F0;
|
||||
outline: 0; }
|
||||
label,
|
||||
|
||||
legend {
|
||||
display: block;
|
||||
margin-bottom: .5rem;
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
&, &:hover, &:active {
|
||||
background: @red;
|
||||
color: black;
|
||||
border: 1px solid black;
|
||||
border: 2px solid black;
|
||||
}
|
||||
}
|
||||
svg {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user