Add bootstrap and basic layout

This commit is contained in:
2025-09-24 16:39:08 +09:00
parent 7a710057b9
commit 2ab583cb17
9 changed files with 244 additions and 5 deletions

View File

@ -1,3 +1,25 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a, .btn-link {
color: #006bb7;
}
.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;
}
h1:focus {
outline: none;
}
@ -21,7 +43,7 @@ h1:focus {
}
.blazor-error-boundary::after {
content: "An error has occurred."
content: "An error has occurred"
}
.darker-border-checkbox.form-check-input {