forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.css
More file actions
39 lines (39 loc) · 825 Bytes
/
Copy pathprojects.css
File metadata and controls
39 lines (39 loc) · 825 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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.has-text-muted {
color: #95A5A6;
}
.spacer {
height:20px;
}
.nav-left .searchbox {
margin-top: 10px;
}
.nav.is-default {
background-color:#f5f5f5;
}
.icon-chevron {
font-size: 12px;
}
.icon-item-type i {
font-size:12px;
padding:6px 15px 6px 6px;
color:#bbbbbb;
}
.event-timeline hr {
margin-top: 10px;
}
p.event-item {
padding: 10px 10px 10px 0;
border-bottom: 1px solid #f1f1f1;
}
.button.is-light {
background-color: #eee;
background-image: -webkit-linear-gradient(#fcfcfc, #eee);
background-image: linear-gradient(#fcfcfc, #eee);
border: 1px solid #d5d5d5;
border-radius: 3px;
padding: 6px 12px;
color: #69707a;
}