1
0

Task Priorities (#19)

This commit is contained in:
konrad
2019-03-03 15:03:08 +00:00
committed by Gitea
parent d66382b581
commit aac137f8a4
6 changed files with 75 additions and 5 deletions

View File

@ -54,6 +54,18 @@
color: $red;
}
}
.high-priority{
color: $red;
.icon {
vertical-align: middle;
}
&.not-so-high {
color: $orange;
}
}
}
input[type="checkbox"] {
@ -102,4 +114,10 @@
}
}
}
.priority-select{
.select, select{
width: 100%;
}
}
}