Task Priorities (#19)
This commit is contained in:
parent
d66382b581
commit
aac137f8a4
6 changed files with 75 additions and 5 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue