~bigbes/sr-ht-dolt

ref: 5c5479c4040cb4ba231cfe09ddae8634879ad5d9 sr-ht-dolt/scss/main.scss -rw-r--r-- 656 bytes
5c5479c4 — Eugene Blikh feat(web/beads): ready markers, milestone rollup, transitive dependency tree 29 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import "base";

// Minimal dolt.sr.ht service styles layered on the shared core.sr.ht theme.
// The bulk of the look comes from @import "base" (Bootstrap + sourcehut vars),
// resolved via `sassc -I $(ASSETS)/scss`.

.header-extension {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

// Clone box on the database overview page: two variants (token / keypair).
.clone-url {
  font-family: $font-family-monospace;
  input {
    font-family: $font-family-monospace;
  }
}

// Compact grid for the database list on user and dashboard pages.
.repo-list {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.25rem 1rem;
  align-items: baseline;
}