-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor.css
64 lines (61 loc) · 917 Bytes
/
editor.css
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#font-family{
font-size: 18px;
height: 32px;
padding: 1px 3px;
}
#textarea{
width: 100%;
max-width: 500px;
height: 250px;
border: 1px solid #bfbfbf;
overflow-y: auto;
}
#displayMarkup, #displayText{
margin: 10px 5px;
}
#color td{
padding: 2px;
}
.colrow div{
width: 16px;
height: 16px;
margin: 1px;
cursor: pointer;
}
#color{
margin-left: 10px;
justify-content: center;
align-items: center;
font-weight: bolder;
position: relative;
font-size: 18px;
color: #000000;
}
#palette{
display: none;
position: absolute;
border: 1px solid #c8c8cc;
top: 30px;
left: 0;
background-color: white;
box-shadow: 1px 2px 5px black;
}
#simple-formatting{
height: 32px;
font-size: 18px;
cursor: default;
}
.material-icons{
font-size: 18px;
cursor: pointer;
}
.sq32{
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
}
.flex{
display: flex;
}