forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboards.css
More file actions
57 lines (47 loc) · 899 Bytes
/
Copy pathboards.css
File metadata and controls
57 lines (47 loc) · 899 Bytes
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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.boards {
padding:40px 0;
}
.boards .board .box.is-gray {
background-color: #F5F5F5;
}
.boards .board .box .items {
padding: 20px 0;
}
.box .head .name {
display: inline-block;
font-size: 20px;
font-weight: bold;
color: #2C2C30;
}
.box .head .count {
display: inline-block;
padding-left: 5px;
font-size: 20px;
font-weight: bold;
color: #AAAAAA;
}
.box .head .options {
display: inline-block;
float: right;
padding-top:7px;
color: #CCCCCC;
}
.items .box .title {
font-size: 19px;
}
.items .box .meta img {
border-radius: 30px;
margin-right: 10px;
}
.items .box .meta .fa {
margin: 3px 7px;
color: #CCCCCC;
}
.items .add-card div {
color: #AAAAAA;
font-weight: bold;
font-size: 16px;
}