File: passwordPrompt.css

package info (click to toggle)
tbsync 4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: javascript: 4,203; makefile: 21; sh: 9
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
  .grid-container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 1px;
    width: 250px;
    margin: 2ex auto;
  }

  .grid-item {
    padding: 2px;
    text-align: left;
  }