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

View File

@@ -11,6 +11,18 @@
padding: 0.25rem;
border-bottom: 0 none;
}
.errors {
position: sticky;
top: 0px;
left: 0px;
z-index: 999;
display: block;
width: 100%;
background-color: $l5r5e-red;
border: 1px solid $dark-red;
border-radius: 1rem;
text-align: center;
}
h3 {
font-size: 1.25rem;
color: $l5r5e-label;
@@ -128,18 +140,6 @@
.dropbox {
min-height: 75px;
}
.errors {
position: sticky;
top: 0px;
left: 0px;
z-index: 999;
display: block;
width: 100%;
background-color: $l5r5e-red;
border: 1px solid $dark-red;
border-radius: 1rem;
text-align: center;
}
.checklist {
margin: 0.25rem 0.25rem 1rem;
strong {

View File

@@ -2,6 +2,7 @@
button {
font-size: 0.75rem;
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
// sidebar