summaryrefslogtreecommitdiffstats
path: root/assets/styles/admin.css
blob: defc6da6b4aec78a807daa2425595ec932d75382 (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
31
32
33
34
35
36
37
38
39
40
41
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;
}

#postForm {

  button {
    border: 1px solid #ddd;
    padding-inline: 8px;
    font-weight: 500;
    border-radius: 3px;
    background: transparent;
  }
}