Task Priorities (#19)
This commit is contained in:
@ -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 New Issue
Block a user