minor ui tweaks
This commit is contained in:
parent
70ac4c3585
commit
c796f7e52a
@ -37,6 +37,6 @@
|
||||
}
|
||||
|
||||
.rectangle {
|
||||
height: 4px;
|
||||
height: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -350,6 +350,7 @@
|
||||
"hide-comments": "Hide",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"error": "Error",
|
||||
"unassigned": "Unassigned",
|
||||
"under-review": "Under Review",
|
||||
"under-approval": "Under Approval",
|
||||
|
||||
@ -119,8 +119,8 @@
|
||||
}
|
||||
|
||||
.ERROR {
|
||||
stroke: $red-1;
|
||||
background-color: $red-1;
|
||||
stroke: lighten($red-1, 25%);
|
||||
background-color: lighten($red-1, 25%);
|
||||
}
|
||||
|
||||
.ACTIVE {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user