Files
l5rx-chiaroscuro/system/styles/scss/dices-chat.scss
2021-02-10 00:11:33 +01:00

45 lines
789 B
SCSS

// 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;
}
}
}