1
This commit is contained in:
20
wwwroot/app.css
Normal file
20
wwwroot/app.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
This CSS file matches the color scheme from MudBlazor to Bootstrap when utilized for authentication.
|
||||
The file remains available at all times for demonstration purposes,
|
||||
but it is exclusively employed in the 'App.razor' component when authentication is enabled.
|
||||
*/
|
||||
|
||||
.btn-primary {
|
||||
text-transform: uppercase;
|
||||
--bs-btn-bg: var(--mud-palette-primary) !important;
|
||||
--bs-btn-hover-bg: var(--mud-palette-primary-darken) !important;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
--bs-nav-pills-link-active-bg: var(--mud-palette-primary) !important;
|
||||
}
|
||||
|
||||
.nav {
|
||||
--bs-nav-link-color: var(--mud-palette-primary) !important;
|
||||
--bs-nav-link-hover-color: var(--mud-palette-primary-darken) !important;
|
||||
}
|
6
wwwroot/bootstrap/bootstrap.min.css
vendored
Normal file
6
wwwroot/bootstrap/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
wwwroot/bootstrap/bootstrap.min.css.map
Normal file
1
wwwroot/bootstrap/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
BIN
wwwroot/favicon.ico
Normal file
BIN
wwwroot/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
wwwroot/images/header-logo.png
Normal file
BIN
wwwroot/images/header-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user