skill-assessment-app/app/assets/stylesheets/settings/_reset.scss

28 lines
255 B
SCSS
Raw Normal View History

2017-03-20 16:22:24 -05:00
// normalize css is loaded, then these additions:
html {
2017-05-02 14:04:13 -05:00
margin: 0;
padding: 0;
font-size: 16px;
2017-03-20 16:22:24 -05:00
box-sizing: border-box;
}
2017-03-24 11:09:02 -05:00
main,
section,
article,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
2017-03-20 16:22:24 -05:00
*::before,
*::after {
box-sizing: inherit;
}