Chatwoot/app/assets/stylesheets/administrate/base/_layout.scss

23 lines
253 B
SCSS
Raw Normal View History

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%;
}