1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

WIP section editors UX

This commit is contained in:
Harvey Kandola 2017-12-08 17:24:39 +00:00
parent 35947ffbfc
commit 57b3801f87
21 changed files with 210 additions and 308 deletions

View file

@ -23,14 +23,15 @@
font-weight: bold;
color: #4c4c4c;
font-size: 14px;
margin: 5px;
display: inline-block;
vertical-align: text-top;
}
.section-trello-list-checkbox {
vertical-align: text-bottom;
vertical-align: text-top;
margin-right: 10px;
}
.section-trello-render {
> .trello-board {
width: 100%;
@ -44,7 +45,7 @@
font-weight: bold;
color: #fff;
font-size: 16px;
}
}
}
> .trello-list {
@ -65,7 +66,7 @@
font-size: 14px;
margin: 0 10px 10px 0;
}
> a {
> .trello-card {
color: #4c4c4c;
@ -82,8 +83,8 @@
white-space: normal;
cursor: pointer;
vertical-align: top;
}
}
}
}
}
}
}