a few more minor quiz experience changes

This commit is contained in:
2023-10-18 11:31:55 -06:00
parent b39fd9f223
commit 5cebe88b62
3 changed files with 10 additions and 43 deletions

View File

@@ -1,49 +1,9 @@
@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
/* html,
html,
body {
font-family: "DM Sans", sans-serif;
}
h1:focus {
outline: none;
}
a,
.btn-link {
color: #0071c1;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.content {
padding-top: 1.1rem;
}
.valid.modified:not([type="checkbox"]) {
outline: 1px solid #26b050;
}
.invalid {
outline: 1px solid red;
}
.validation-message {
color: red;
} */
#blazor-error-ui {
background: lightyellow;
bottom: 0;