Remove CSS from semantic which interfered with new design

This commit is contained in:
davegson 2019-11-11 15:38:19 +01:00
parent f7dfa5047c
commit 2c450e98d0

View file

@ -453,10 +453,6 @@ body {
height: 100%; height: 100%;
} }
html {
font-size: 14px;
}
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -464,8 +460,6 @@ body {
min-width: 320px; min-width: 320px;
background: #FFFFFF; background: #FFFFFF;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87); color: rgba(0, 0, 0, 0.87);
font-smoothing: antialiased; font-smoothing: antialiased;
} }