Chatwoot/app/assets/stylesheets/administrate/base/_layout.scss
2020-05-24 22:44:26 +05:30

22 lines
253 B
SCSS

html {
background-color: $color-white;
box-sizing: border-box;
font-size: 10px;
-webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
figure {
margin: 0;
}
img,
picture {
margin: 0;
max-width: 100%;
}