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