mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-05 05:15:18 +00:00
89 lines
744 B
SCSS
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;
|
|
}
|