File: folderSettings.css

package info (click to toggle)
folder-account 12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: javascript: 223; makefile: 26; sh: 7
file content (21 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
html {
  background-color: light-dark(#fafafa, #27272a);
}

fieldset {
  display: grid;
  margin: 1em;
}

.option {
  margin-top: 5px;
  margin-left: 4px;
}

.buttons {
  display: flex;
  justify-content: end;
  margin: 1em;
  right: 0;
  flex-grow: 1;
}