2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-board {
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: auto
|
|
|
|
}
|
2016-09-12 14:56:19 +01:00
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-board-title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2016-07-07 18:54:16 -07:00
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-list {
|
|
|
|
background-color: #e2e4e6;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: 10px 10px 0 0;
|
|
|
|
max-width: 300px;
|
2016-07-07 18:54:16 -07:00
|
|
|
}
|
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-list-title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #4c4c4c;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2016-09-08 15:07:21 +01:00
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-list-checkbox {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2016-09-08 15:07:21 +01:00
|
|
|
|
2016-09-09 16:47:47 +01:00
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
.section-trello-render {
|
|
|
|
> .trello-board {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 600px;
|
|
|
|
padding: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
> a {
|
|
|
|
> .trello-board-title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2016-09-28 15:09:37 +01:00
|
|
|
}
|
2016-09-08 15:07:21 +01:00
|
|
|
|
2017-01-24 10:53:58 -08:00
|
|
|
> .trello-list {
|
|
|
|
background-color: #e2e4e6;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: 10px 10px 0 0;
|
|
|
|
width: 300px;
|
|
|
|
max-height: 500px;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
> .trello-list-title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #4c4c4c;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
> a {
|
|
|
|
> .trello-card {
|
|
|
|
color: #4c4c4c;
|
|
|
|
border-bottom: 1px solid #CDD2D4;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 7px 7px;
|
|
|
|
margin: 5px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
line-height: 18px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: normal;
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2016-09-28 16:03:46 +01:00
|
|
|
}
|
2017-01-24 10:53:58 -08:00
|
|
|
}
|
|
|
|
}
|