For #1572: Removes padding from error page button

nightly-build-test
Sawyer Blatz 5 years ago committed by Emily Kager
parent 33bcea6eca
commit fa67a77151

@ -13,7 +13,6 @@ body {
body {
background-size: 64px var(--moz-background-height);
/* background-size: 64px 32px; */
background-repeat: repeat-x;
background-color: #c50042;
color: #ffffff;
@ -79,7 +78,7 @@ button {
font-size: 14px;
font-weight: bold;
position: fixed;
bottom: 80px;
bottom: 20px;
text-aligned:center;
vertical-aligned:center;
background-image: none;

@ -13,7 +13,6 @@ body {
body {
background-size: 64px var(--moz-background-height);
/* background-size: 64px 32px; */
background-repeat: repeat-x;
background-color: #f9f9fb;
color: #15141A;
@ -79,7 +78,7 @@ button {
font-size: 14px;
font-weight: bold;
position: fixed;
bottom: 80px;
bottom: 20px;
text-aligned:center;
vertical-aligned:center;
background-image: none;

Loading…
Cancel
Save