|
|
@ -3,8 +3,8 @@ |
|
|
|
.preview-modal--container |
|
|
|
.preview-modal--container |
|
|
|
position: absolute |
|
|
|
position: absolute |
|
|
|
z-index: 5000 |
|
|
|
z-index: 5000 |
|
|
|
min-width: 200px |
|
|
|
min-width: 400px |
|
|
|
max-width: 400px |
|
|
|
max-width: 600px |
|
|
|
min-height: 100px |
|
|
|
min-height: 100px |
|
|
|
max-height: 300px |
|
|
|
max-height: 300px |
|
|
|
background: white |
|
|
|
background: white |
|
|
@ -14,7 +14,7 @@ |
|
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) |
|
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) |
|
|
|
|
|
|
|
|
|
|
|
display: grid |
|
|
|
display: grid |
|
|
|
grid-template: auto auto auto / auto auto 1fr 1fr |
|
|
|
grid-template: auto auto auto / 150px auto 1fr 1fr |
|
|
|
grid-column-gap: 5px |
|
|
|
grid-column-gap: 5px |
|
|
|
grid-row-gap: 10px |
|
|
|
grid-row-gap: 10px |
|
|
|
grid-template-areas: "type subject subject subject" "author author author author" "status status . assignee" |
|
|
|
grid-template-areas: "type subject subject subject" "author author author author" "status status . assignee" |
|
|
@ -24,12 +24,14 @@ |
|
|
|
padding: 0px 10px |
|
|
|
padding: 0px 10px |
|
|
|
|
|
|
|
|
|
|
|
.type |
|
|
|
.type |
|
|
|
|
|
|
|
@include text-shortener |
|
|
|
grid-area: type |
|
|
|
grid-area: type |
|
|
|
|
|
|
|
|
|
|
|
.author |
|
|
|
.author |
|
|
|
grid-area: author |
|
|
|
grid-area: author |
|
|
|
|
|
|
|
|
|
|
|
.subject |
|
|
|
.subject |
|
|
|
|
|
|
|
@include text-shortener |
|
|
|
grid-area: subject |
|
|
|
grid-area: subject |
|
|
|
|
|
|
|
|
|
|
|
.assignee |
|
|
|
.assignee |
|
|
|