Skip to content

Commit

Permalink
9249 remove jquery bootstrap and the old designsystem css (#9591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored Jan 17, 2023
1 parent 03e4e24 commit 6af8fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Altinn Studio</title>
<link rel="stylesheet" href="~/localtestresources/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://altinncdn.no/toolkits/bootstrap/4.5.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/localtestresources/css/site.css" />
</head>
<body>
Expand All @@ -17,7 +17,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse">

</div>
</div>
</nav>
Expand Down

0 comments on commit 6af8fde

Please sign in to comment.