Revert "Add bootstrap and basic layout"

This reverts commit 2ab583cb17.
This commit is contained in:
2025-09-24 16:50:36 +09:00
parent 36781b2656
commit 5f30599810
9 changed files with 5 additions and 244 deletions

View File

@ -1,25 +1,3 @@
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;
}
@ -43,7 +21,7 @@ h1:focus {
}
.blazor-error-boundary::after {
content: "An error has occurred"
content: "An error has occurred."
}
.darker-border-checkbox.form-check-input {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long