vendor/assets/stylesheets/reset.scss in active_frontend-1.0.11 vs vendor/assets/stylesheets/reset.scss in active_frontend-2.0.0
- old
+ new
@@ -27,30 +27,30 @@
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
- border-spacing: 0;
+ border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
font-weight: normal;
- font-style: normal;
+ font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
- font-size: 100%;
+ font-size: 100%;
}
abbr,
acronym {
border-bottom: 1px dotted rgba(43,50,53,1);
font-variant: normal;
@@ -67,22 +67,23 @@
input,
textarea,
select {
font-family: inherit;
font-weight: inherit;
- font-size: inherit;
- *font-size: 100%;
+ font-size: inherit;
+ *font-size: 100%;
}
html,
body {
color: rgba(43,50,53,1);
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
- font-smooth: always;
+ font-smooth: always;
+ height: 100%;
-webkit-overflow-scrolling: touch;
- overflow-scrolling: touch;
+ overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0,0,0,0);
- tap-highlight-color: rgba(0,0,0,0);
+ tap-highlight-color: rgba(0,0,0,0);
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
- text-size-adjust: 100%;
+ text-size-adjust: 100%;
}
\ No newline at end of file