mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 15:58:49 -05:00
Remove kerning
This commit is contained in:
parent
804e693c4d
commit
680ed6e0c3
@ -19,7 +19,6 @@ body {
|
|||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
font-feature-settings: "kern";
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,7 +32,6 @@ textarea {
|
|||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
font-feature-settings: "kern";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// add space at the top since ios7 apps are now fullscreen
|
// add space at the top since ios7 apps are now fullscreen
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
background: $color-grey-lighterer;
|
background: $color-grey-lighterer;
|
||||||
background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);
|
background-image: linear-gradient(to right ,$color-grey-lighterer 98%, darken($color-grey-lighterer, 1%) 100%);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user