Skip to content
Snippets Groups Projects
components.css 239 B
Newer Older
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.flex-column {
  flex-direction: column;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #888;
}