Seamless update for 20Q (deleted refresh button)
Fix for error css Some start for roll n keep
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user