New design #14

Merged
konrad merged 43 commits from new-design into master 2018-12-25 15:03:52 +00:00
Showing only changes of commit 8778d73469 - Show all commits

View File

@ -7,6 +7,11 @@
margin-top: 1rem;
padding: 0;
text-align: left;
max-width: 80vw;
@media screen and (max-width: $tablet) {
max-width: 100%;
}
&.noborder{
margin: 1rem -0.5rem;
@ -24,6 +29,15 @@
.tasktext {
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
width: 95%;
@media screen and (max-width: $tablet) {
width: 89%;
}
&.done{
text-decoration: line-through;