Add small versions of role art to description modal

This commit is contained in:
Alec Maier
2019-09-13 18:57:59 -04:00
parent 1e69bfe5b7
commit 0060f6372a
12 changed files with 19 additions and 3 deletions

View File

@@ -784,6 +784,7 @@ label {
.modal-role {
width: 22em;
position: relative;
}
.modal-role p:first-of-type {
@@ -795,6 +796,13 @@ label {
margin-bottom: 0;
}
.modal-role img {
position: absolute;
top: 8px;
left: 110px;
width: 65px;
}
.modal {
position: fixed;
z-index: 1;