Skip to content

Commit

Permalink
Ajustar blazorise.css
Browse files Browse the repository at this point in the history
  • Loading branch information
d074064 committed Mar 17, 2024
1 parent 459a6d1 commit 4b952e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<link href="css/styles.css" rel="stylesheet" />

<!--blazorise-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">

<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" /><!--blazorise-->






<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css">
Expand Down Expand Up @@ -89,7 +94,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script src="wwwroot/_content/Radzen.Blazor/Radzen.Blazor.js"></script>

<!-- Core theme JS-->
<script src="js/scripts.js"></script>
Expand Down

0 comments on commit 4b952e9

Please sign in to comment.