summaryrefslogtreecommitdiffstats
path: root/src/styles/main.css
blob: 5cbdb3384cf7d791cee5fa9a4e5b58e18c238a2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#document-add {
  background-image: url('static/document-add.svg');
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.chit {
  border: 1px solid black;
  position: absolute;
}

#tinymce {
  position: absolute;
  top: 150;
  left: 150;
  width: 80vw;
  height: 40vh;
}