design-system 0.0.1

Design System for Open Marketplace Applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
& {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

&.dark {
  background-color: var(--dark);
}