starting dices implementation

This commit is contained in:
Vlyan
2020-12-07 19:07:41 +01:00
parent 4c900f03bb
commit 7b219b2460
21 changed files with 8853 additions and 6025 deletions

View File

@@ -1,9 +1,19 @@
//SCSS
// l5re5.scss
.testing {
width: percentage(1/7);
// 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;
}
// test
.testing {
width: percentage(2/7);
}