1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 03:12:26 +04:00
Files
tabler/scss/layout/_core.scss
T
2019-12-12 21:52:37 +01:00

26 lines
465 B
SCSS

// stylelint-disable property-no-vendor-prefix
html {
height: 100%;
font-size: 16px;
}
body {
min-height: 100%;
overflow-y: scroll;
letter-spacing: $body-letter-spacing;
touch-action: manipulation;
text-rendering: optimizeLegibility;
font-feature-settings: "liga" 0;
* {
@include scrollbar;
}
}
/**
Remove the cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}