// Dice in chat .chat-dice { display: inline; position: relative; padding: 0.25rem; &:after { content: ""; position: absolute; bottom: 0; right: 0; border-radius: 0.15rem; padding: 0 0.1rem 0 0.15rem; font-size: 0.65rem; line-height: 1rem; width: 0.75rem; text-align: center; color: white; background: transparent; } &.rerolled { > img { border-bottom: 0 none; } &:after { content: "\f2f9"; background: orangered; } } &.swapped { > img { border-bottom: 0 none; } &:after { content: "\f337"; background: fuchsia; } } > img { border: 1px solid transparent; height: auto; width: calc(100% / 6 - 0.255rem); margin: auto; } } .chat-profil { text-align: center; vertical-align: middle; .profile-img { margin: 0.25rem 0.25rem 0 0; } &-stance { font-size: 2.5rem; line-height: 2.5rem; margin: 0.25rem; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } &-element { flex-wrap: wrap; flex-grow: 1; &-skill { flex-grow: 3; } &:last-child { flex-grow: 2; } } }