viewy 2.0.6

A web UI toolkit that combine the advantages of a design system and an ui library.
1
2
3
4
5
6
7
8
9
10
11
.titlebar {
  display: grid;
  grid-gap: sp(8) sp(14);
  grid-template-columns: auto 1fr auto;
  grid-auto-rows: auto;
  align-items: center;
  border-bottom: sp(1) solid var(--color-border);
  background: var(--background);
  padding: sp(16);
  z-index: 10;
}