Merge branch 'gh-pages' into develop
* gh-pages: add icons
This commit is contained in:
commit
d2d1e81018
@ -811,7 +811,7 @@ body {
|
|||||||
height: 3.2rem;
|
height: 3.2rem;
|
||||||
width: 3.2rem;
|
width: 3.2rem;
|
||||||
border-radius: 50% !important;
|
border-radius: 50% !important;
|
||||||
background-color: GREENYELLOW !important;
|
background-color: LIGHTSEAGREEN !important;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Objects.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Objects.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -830,8 +830,16 @@ body {
|
|||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Flash.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Flash.png);
|
||||||
}
|
}
|
||||||
.issue-icon[type="task"] {
|
.issue-icon[type="task"] {
|
||||||
background-color: ORANGE !important;
|
background-color: PEACHPUFF !important;
|
||||||
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Gear.png);
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Task.png);
|
||||||
|
}
|
||||||
|
.issue-icon[type="new feature"] {
|
||||||
|
background-color: LIMEGREEN !important;
|
||||||
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Plus.png);
|
||||||
|
}
|
||||||
|
.issue-icon[type="improvement"] {
|
||||||
|
background-color: CORNFLOWERBLUE !important;
|
||||||
|
background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Arrow.png);
|
||||||
}
|
}
|
||||||
.issue-estimate {
|
.issue-estimate {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
BIN
resources/icons/Arrow.png
Normal file
BIN
resources/icons/Arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
resources/icons/Plus.png
Normal file
BIN
resources/icons/Plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
resources/icons/Task.png
Normal file
BIN
resources/icons/Task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Loading…
x
Reference in New Issue
Block a user