cssOMS/clean.scss

50 lines
777 B
SCSS

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, nav, section, iframe, label {
margin: 0;
padding: 0;
}
a, img, button {
outline: none;
}
a {
color: inherit;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
ul {
list-style: none;
}
input, select, textarea, .textarea {
@include box-sizing(border-box);
appearance: none;
box-shadow: none;
&:focus {
outline: none;
}
}
input[type=checkbox] {
margin-right: 5px;
}
button, input[type=submit], input[type=button] {
&::-moz-focus-inner {
border: 0;
}
}
table {
border-collapse: separate;
border-spacing: 0;
}
i {
font-style: normal;
}