forked from michaelschofield/blueprint-for-trello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.css
33 lines (30 loc) · 998 Bytes
/
blueprint.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
.list-card.step__touchpoint { background-color: #77b1c4 }
.list-card.step__actor { background-color: #9dc382; }
.list-card.step__system { background-color: #8692a0; }
.list-card.step__stakeholder { background-color: #5b646f; }
.list-card.step__observation { background-color: #aac9e6; }
.list-card.step__data { background-color: #8b7cc0; }
.list-card.step__policy { background-color: #d8a355; }
.list-card.step__question { background-color: #4b83c3; }
.list-card.step__critical { background-color: #d36d68; }
.list-card.step__idea { background-color: #e2be54 }
[class*="step__"]:hover,
.list-card[class*="step__"].active-card { background-color: auto; opacity: .8;}
[class*="step__"] a.list-card-title,
[class*="step__"] .badge,
[class*="step__"] .badge-icon {
color: white !important;
}
.list.step--hidden {
background-color: #444;
}
.list.step--hidden .list-header-name {
color: white;
}
.step__icon {
float: left;
fill: white;
margin-right: 8px;
position: relative;
top: 0;
}