mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
30 lines
259 B
SCSS
30 lines
259 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
button {
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p,
|
|
li {
|
|
margin: 0;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|