1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/app/app/styles/section/trello.scss

193 lines
4.3 KiB
SCSS
Raw Normal View History

2016-09-12 01:29:26 +01:00
.section-trello-editor {
2016-09-12 14:56:19 +01:00
.section-trello-board {
width: 100%;
padding: 10px;
white-space: nowrap;
overflow: auto
}
2016-09-12 01:29:26 +01:00
2016-09-12 14:56:19 +01:00
.section-trello-board-title {
font-weight: bold;
color: #fff;
font-size: 16px;
}
2016-09-12 01:29:26 +01:00
2016-09-12 14:56:19 +01:00
.section-trello-list {
background-color: #e2e4e6;
padding: 10px;
border-radius: 3px;
margin: 10px 10px 0 0;
max-width: 300px;
}
2016-09-12 01:29:26 +01:00
2016-09-12 14:56:19 +01:00
.section-trello-list-title {
font-weight: bold;
color: #4c4c4c;
font-size: 14px;
margin: 5px;
}
2016-07-07 18:54:16 -07:00
2016-09-12 14:56:19 +01:00
.section-trello-list-checkbox {
vertical-align: text-bottom;
}
2016-07-07 18:54:16 -07:00
2016-09-12 14:56:19 +01:00
.trello-list {
margin-bottom: 10px;
2016-07-07 18:54:16 -07:00
2016-09-12 14:56:19 +01:00
i {
vertical-align: middle;
}
.trello-label {
font-size: 11px;
color: #fff;
padding: 0 8px;
margin-right: 5px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.12);
display: inline-block;
line-height: 22px;
}
}
2016-07-07 18:54:16 -07:00
}
.section-trello-render {
2016-09-12 01:29:26 +01:00
.trello-table {
border: none!important;
margin: 0px !important;
2016-09-12 01:29:26 +01:00
td {
border: none !important;
vertical-align: top;
}
}
2016-09-12 01:29:26 +01:00
.heading {
font-size: 1.6rem;
margin: 30px 0 0 0;
}
2016-09-12 01:29:26 +01:00
.trello-label {
font-size: 11px;
color: #fff;
padding: 0 8px;
margin-right: 5px;
border-radius: 2px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.12);
display: inline-block;
line-height: 22px;
text-shadow: 0 0 5px rgba(0,0,0,.2),0 0 2px #000;
}
2016-09-12 01:29:26 +01:00
.board-stats {
margin-bottom: 10px;
td {
color: $color-gray;
padding: 20px 40px 30px 0px !important;
}
.stat-number {
font-family: "open_sanslight";
font-size: 40px;
margin-right: 20px;
color: black;
}
}
2016-09-12 01:29:26 +01:00
.trello-board {
color: white;
2016-09-12 01:29:26 +01:00
padding: 15px 20px;
width: 190px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
border-radius: 4px;
margin-right: 20px;
2016-09-12 21:09:40 +01:00
span {
display: table;
font-size: 14px;
line-height: 10px;
opacity: 0.5;
padding-bottom: 10px;
margin-bottom: 8px;
}
}
2016-09-12 10:23:35 +01:00
.board-summary {
2016-09-12 01:29:26 +01:00
font-size: 1.2rem;
}
2016-09-12 10:23:35 +01:00
.member-name {
font-size: 1.2rem;
line-height: 15px;
}
2016-09-12 01:29:26 +01:00
.board-meta, .member-meta {
color: $color-gray;
}
2016-09-12 01:29:26 +01:00
.trello-avatar {
border-radius: 4px;
width: 36px;
height: 36px;
margin-right: 5px;
}
2016-09-12 01:29:26 +01:00
> .single-trello-board {
2016-07-07 18:54:16 -07:00
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-07-07 18:54:16 -07: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;
}
2016-07-07 18:54:16 -07:00
> 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-07-07 18:54:16 -07:00
}
}
}
}