-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppc.css
59 lines (51 loc) · 1012 Bytes
/
ppc.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
#header {
height: 170px;
width: 200px;
background-color: #e1e6e6;
}
/* change color if being dragged */
.highlighter_focus_in {
background-color: #5b9ddb !important;
/* background: #fded06 !important; */
}
.highlighter_focus_out {
background: #98bfe4 !important;
}
#header h1 {
margin-top: 65px;
margin-left: 50px;
}
.content-container {
margin-right: 120px;
}
[data-name] {
border: 1px solid lightgray;
clear: both;
align-content: center;
align-items: center;
display: block;
padding-left: 10px;
padding-top: 5px;
height: 35px;
z-index: 5;
}
.droppable-content {
margin-top: 20px;
}
.container-header {
width: 160px;
height: 70px;
border: 1px solid lightgray;
background-color: #B6D4EE;
padding-left: 10px;
padding-top: 20px;
}
.names-list {
position: absolute;
clear: both;
align-content: center;
align-items: center;
width:160px;
height: auto;
display: inline-block;
}