open-consul/ui-v2/app/styles/base/reset/minireset.scss
John Cowen c7d89f364d
UI: CSS refactor (#4430) + Fullscreen Layout (#4435)
* Begin refactoring CSS into component folders. Moved most
components into layout/skin folders, left out a couple of ones I want
to think about more.
* Adjust grays based on recent Structure changes 
* Switch to fullscreen layout for lists and detail, left aligned forms (#4435)
* Specifically use the 'actions_close' label, not just the :last-child (actions-group)
* Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
2018-08-29 12:11:58 +01:00

65 lines
484 B
SCSS

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
@extend %reset-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@extend %reset-typo;
}
ul {
@extend %reset-list;
}
table {
@extend %reset-table;
}
img,
embed,
object,
audio,
video {
@extend %responsive-media;
}
button,
input,
select,
textarea {
margin: 0;
}
iframe {
border: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}