Some checks on 20Q
Fix a bug with babele on drop a compendium in 20q
This commit is contained in:
@@ -17,4 +17,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user