// Dice in chat .chat-dice { &.rerolled > img { border-bottom: 3px solid orangered; } &.swapped > img { border-bottom: 3px solid 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: 2rem; 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; } } }