Skip to content
Snippets Groups Projects
components.css 161 B
Newer Older
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.flex-column {
  flex-direction: column;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}