Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 5745f54

Browse files
author
Ramón Tomás
committed
Migrated Identity.api to Bootstrap 4
1 parent a92c48e commit 5745f54

File tree

5 files changed

+3
-3491
lines changed

5 files changed

+3
-3491
lines changed

src/Services/Identity/Identity.API/Identity.API.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
<ItemGroup>
5757
<Folder Include="Extensions\" />
58-
<Folder Include="wwwroot\lib\" />
5958
</ItemGroup>
6059

6160
</Project>

src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</environment>
1919
</head>
2020
<body>
21-
<div class="navbar navbar-inverse navbar-fixed-top es-header">
21+
<div class="navbar navbar-inverse fixed-top es-header">
2222
<div class="container">
2323
<div class="row">
2424
<div class="navbar-header col-sm-6 col-xs-8">

src/Services/Identity/Identity.API/libman.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,14 @@
88
},
99
{
1010
"provider": "unpkg",
11-
"library": "bootstrap@3.3.7",
11+
"library": "bootstrap@4.1.3",
1212
"files": [
1313
"dist/css/bootstrap.css",
1414
"dist/css/bootstrap.css.map",
1515
"dist/css/bootstrap.min.css",
1616
"dist/css/bootstrap.min.css.map",
17-
"dist/css/bootstrap-theme.css",
18-
"dist/css/bootstrap-theme.css.map",
19-
"dist/css/bootstrap-theme.min.css",
20-
"dist/css/bootstrap-theme.min.css.map",
21-
"dist/fonts/glyphicons-halflings-regular.eot",
22-
"dist/fonts/glyphicons-halflings-regular.svg",
23-
"dist/fonts/glyphicons-halflings-regular.ttf",
24-
"dist/fonts/glyphicons-halflings-regular.woff",
25-
"dist/fonts/glyphicons-halflings-regular.woff2",
2617
"dist/js/bootstrap.js",
27-
"dist/js/bootstrap.min.js",
28-
"fonts/glyphicons-halflings-regular.eot",
29-
"fonts/glyphicons-halflings-regular.svg",
30-
"fonts/glyphicons-halflings-regular.ttf",
31-
"fonts/glyphicons-halflings-regular.woff",
32-
"fonts/glyphicons-halflings-regular.woff2"
18+
"dist/js/bootstrap.min.js"
3319
],
3420
"destination": "wwwroot/lib/bootstrap/"
3521
},

0 commit comments

Comments
 (0)