Skip to content

Commit

Permalink
chore(dashboard): change theme source to blazor cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Sep 27, 2022
1 parent c9f5bd5 commit a604241
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<title>Telerik UI for Blazor Dashboard Sample App</title>
<base href="~/" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/3.6.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
</head>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "gulp sass"
},
"devDependencies": {
"@progress/kendo-theme-bootstrap": "^5.0.0",
"@progress/kendo-theme-tasks": "^1.16.0",
"bootstrap": "^5.0.2",
"gulp": "^4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,5 @@ $card-cap-bg: #ffffff;
$card-bg: #fff;


@import "~@progress/kendo-theme-bootstrap/dist/all.scss";
@import "~bootstrap/scss/bootstrap.scss";
@import "_layout.scss";

0 comments on commit a604241

Please sign in to comment.