Seamless update for 20Q (deleted refresh button)

Fix for error css
Some start for roll n keep
This commit is contained in:
Vlyan
2021-01-10 21:12:36 +01:00
parent 2ad6b1f44b
commit e30e5d02a6
16 changed files with 647 additions and 45 deletions

View File

@@ -143,3 +143,44 @@
}
}
}
.roll-n-keep-dialog {
img {
border: 0;
}
.profil {
border-bottom: 1px solid #782e22;
}
.dropbox {
min-height: 100px;
&.discards {
border: 1px solid gray;
}
&.rerolls {
border: 1px solid orangered;
}
&.keeps {
border: 1px solid green;
}
}
.dice {
height: 40px;
width: 40px;
}
.discard {
filter: opacity(0.5);
border: 3px solid gray;
}
.reroll {
filter: opacity(0.5);
border: 3px solid orangered;
}
.keep {
border: 3px solid green;
}
}