navbar, page design

main
Peace 10 months ago
parent 9a9bd45274
commit 16ba0ec161
  1. 4
      HelloBlazorServer/HelloBlazorServer/Components/App.razor
  2. 2
      HelloBlazorServer/HelloBlazorServer/Components/Layout/MainLayout.razor.css

@ -9,8 +9,8 @@
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="HelloBlazorServer.styles.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
@* <link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css" /> *@
@* <link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css"> *@
<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<HeadOutlet />
</head>

@ -9,7 +9,7 @@ main {
}
.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background-image: linear-gradient(180deg, rgb(100, 100, 170) 0%, rgb(178, 100, 178) 70%);
}
.top-row {

Loading…
Cancel
Save