~bigbes/sr-ht-dolt

ref: c82f106f9e36a8ce14539fdc64d0083b98a90773 sr-ht-dolt/scss/main.scss -rw-r--r-- 470 bytes
c82f106f — Eugene Blikh beads: stop flattening a stored NULL string 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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;
  }
}