21 lines
167 B
SCSS
21 lines
167 B
SCSS
body,
|
|
button {
|
|
margin: 0;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: 100%;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
svg {
|
|
max-height: 100%;
|
|
}
|