summaryrefslogtreecommitdiffstats
path: root/assets/styles/admin.css
blob: 6b8d8419683cdc73c36ec16db3c3fd2eb00645cd (plain) (blame)
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
27
28
29
30
form {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  border: 1px solid #ddd;
}

th {
  background: #f5f5f5;
  font-weight: 600;
}

tr:nth-child(even) td {
  background: #fafafa;
}

#editor {
  padding: 0.5rem;
  margin-block: 15px;
  min-height: 340px;
}