mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Co-authored-by: mattwr18 <mattwr18@gmail.com> - introduce LabeledButton component - rename FilterMenu to HashtagsFilter and FilterPosts to FilterMenu
29 lines
255 B
SCSS
29 lines
255 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 {
|
|
margin: 0;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|