-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (88 loc) · 1.44 KB
/
style.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*why?*/
.body {
background: #f5f5dc;
}
.btn-outline-secondary{
background: #e3e4e6;
border: none;
}
.list-group-item{
padding: 5px 10px;
font-size: 14px;
}
.row{
margin: 15px 0px;
}
#trash{
border: solid 1px #c0c0c0;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
/*margin: 15px;*/
height: 56px;
padding: 6px;
/*place-itmes: center;*/
}
#board > *{
min-height: 500px;
}
.on-delete{
background: #ffded5;
}
/*span {
font-size: 12px;
width: 90%;
display: inline-block;
border: black 1px solid;
margin: 4px;
padding: 2px;
}*/
/*
#board{
display: flex;
}
#todo {
width: 30%;
background-color: white;
border: black 1px solid;
border-top: red 5px solid;
height: 600px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0 10px;
}
#inprogress {
width: 30%;
background-color: white;
border: black 1px solid;
border-top: green 5px solid;
height: 600px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0 10px;
}
#done {
width: 30%;
background-color: white;
border: black 1px solid;
border-top: yellow 5px solid;
height: 600px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
#trash{
width: 30%;
height: 200px;
border: black 1px solid;
margin: 10px;
background: white;
float: left;
display: flex;
align-items: center;
justify-content: center;
}
*/
#download-tasks{
margin: 10px;
}