//SCSS // dices.scss // Dice in chat .l5r5e.chat-dice > img { border: 1px solid transparent; background-repeat: no-repeat; background-position: center; background-size: 100%; height: 40px; width: 40px; //cursor: pointer; //-webkit-appearance: none; //appearance: none; outline: none; margin: 0; flex: 0 0 20px; display: inline-block; }