no message
This commit is contained in:
parent
ea34ae9a53
commit
727019122d
BIN
CardExample.png
Normal file
BIN
CardExample.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
7
card.css
7
card.css
@ -245,7 +245,7 @@ body {
|
|||||||
height: 2.2rem;
|
height: 2.2rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: WHITESMOKE;
|
background-color: WHITESMOKE;
|
||||||
//background-image: url(https://qoomon.github.io/Jira-Issue-Card-Printer/resources/icons/Person.png);
|
background-image: url(https://www.colourbox.com/preview/10714847-evil-christmas-elf.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -275,13 +275,12 @@ body {
|
|||||||
line-height: 0.55rem;
|
line-height: 0.55rem;
|
||||||
}
|
}
|
||||||
.issue-epic-id {
|
.issue-epic-id {
|
||||||
font-size: 0.5rem;
|
font-size: 0.6rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
max-width: 1rem;
|
max-width: 1rem;
|
||||||
}
|
}
|
||||||
.issue-epic-name {
|
.issue-epic-name {
|
||||||
margin-left: 0.1rem;
|
font-size: 0.55rem;
|
||||||
font-size: 0.6rem;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.issue-due-date-box {
|
.issue-due-date-box {
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
<div class="issue-attachment badge"></div>
|
<div class="issue-attachment badge"></div>
|
||||||
<div class="issue-assignee badge"></div>
|
<div class="issue-assignee badge"></div>
|
||||||
<div class="issue-epic-box badge">
|
<div class="issue-epic-box badge">
|
||||||
<span class="issue-epic-id"></span>
|
<span class="issue-epic-id"></span><br>
|
||||||
<span class="issue-epic-name"></span>
|
<span class="issue-epic-name"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user