1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Trello - Ready for review

This commit is contained in:
EnesAlili 2016-09-28 16:03:46 +01:00
parent c4b0d5e9ff
commit cbbfd8f381
2 changed files with 22 additions and 9 deletions

View file

@ -59,9 +59,8 @@
}
.heading {
padding: 20px;
color: white;
border-radius: 5px;
padding: 10px 20px;
color: white!important;
a {
color: white!important;
@ -70,6 +69,7 @@
h3 {
font-size: 22px;
margin: 0;
font-family: "open_sanslight";
}
p {
@ -89,6 +89,11 @@
border-bottom: 1px solid #e1e1e1;
text-transform: uppercase;
font-size: 14px;
span {
color:#838d94;
}
}
.trello-single-board tbody tr td {
@ -97,4 +102,13 @@
padding-bottom: 0!important;
}
.trello-label {
color:white;
font-size: 11px;
padding: 4px 6px;
border-radius: 4px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
margin-left: 10px;
}
}