summaryrefslogtreecommitdiffstats
path: root/styles/admin.css
blob: ce195076ed9410da4ca5e9a783c4c6df608e3d47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
form {
  display: block;
  width: 300px;
}

#editor {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  min-height: 340px;
  font-family: 'Menlo', 'Consolas', monospace;
  font-size: 0.85rem;
}

#editor.crepe-editor {
  border-color: #2d5fc4;
  box-shadow: 0 0 0 2px rgba(45, 95, 196, .15);
}