lbry.com/web/scss//_reset.scss
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

89 lines
744 B
SCSS

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
textarea,
p,
blockquote,
th,
td,
iframe {
margin: 0;
padding: 0;
}
input:focus,
textarea:focus {
outline: 0;
}
table {
border-collapse: collapse;
border-spacing:0;
}
fieldset,
img,
iframe {
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
}
ol,
ul {
list-style-position: outside;
> li {
list-style-position: outside;
}
}
input,
textarea,
select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
img {
width: auto\9;
height: auto;
vertical-align: middle;
}
a {
color: inherit;
text-decoration: none;
}
a,
button {
-webkit-appearance: none;
border-radius: 0;
}