1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 20:17:58 +00:00
now-playing/assets/scss/1-core/_01-reset.scss
2019-11-27 18:06:26 +01:00

49 lines
567 B
SCSS

/* ----------------------------------------------------------- */
/* == reset */
/* ----------------------------------------------------------- */
html {
box-sizing: border-box;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
body {
margin: 0;
}
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
max-width: 100%;
}
img {
height: auto;
border-style: none;
vertical-align: middle;
}
/* fix input no style on Safari */
input[type="search"] {
-webkit-appearance: textfield;
}
button,
input,
select,
textarea {
font: inherit;
}