Migrated Identity.api to Bootstrap 4
This commit is contained in:
parent
a92c48ee22
commit
5745f5492d
@ -55,7 +55,6 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Extensions\" />
|
<Folder Include="Extensions\" />
|
||||||
<Folder Include="wwwroot\lib\" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</environment>
|
</environment>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar navbar-inverse navbar-fixed-top es-header">
|
<div class="navbar navbar-inverse fixed-top es-header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="navbar-header col-sm-6 col-xs-8">
|
<div class="navbar-header col-sm-6 col-xs-8">
|
||||||
|
@ -8,28 +8,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "bootstrap@3.3.7",
|
"library": "bootstrap@4.1.3",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/css/bootstrap.css",
|
"dist/css/bootstrap.css",
|
||||||
"dist/css/bootstrap.css.map",
|
"dist/css/bootstrap.css.map",
|
||||||
"dist/css/bootstrap.min.css",
|
"dist/css/bootstrap.min.css",
|
||||||
"dist/css/bootstrap.min.css.map",
|
"dist/css/bootstrap.min.css.map",
|
||||||
"dist/css/bootstrap-theme.css",
|
|
||||||
"dist/css/bootstrap-theme.css.map",
|
|
||||||
"dist/css/bootstrap-theme.min.css",
|
|
||||||
"dist/css/bootstrap-theme.min.css.map",
|
|
||||||
"dist/fonts/glyphicons-halflings-regular.eot",
|
|
||||||
"dist/fonts/glyphicons-halflings-regular.svg",
|
|
||||||
"dist/fonts/glyphicons-halflings-regular.ttf",
|
|
||||||
"dist/fonts/glyphicons-halflings-regular.woff",
|
|
||||||
"dist/fonts/glyphicons-halflings-regular.woff2",
|
|
||||||
"dist/js/bootstrap.js",
|
"dist/js/bootstrap.js",
|
||||||
"dist/js/bootstrap.min.js",
|
"dist/js/bootstrap.min.js"
|
||||||
"fonts/glyphicons-halflings-regular.eot",
|
|
||||||
"fonts/glyphicons-halflings-regular.svg",
|
|
||||||
"fonts/glyphicons-halflings-regular.ttf",
|
|
||||||
"fonts/glyphicons-halflings-regular.woff",
|
|
||||||
"fonts/glyphicons-halflings-regular.woff2"
|
|
||||||
],
|
],
|
||||||
"destination": "wwwroot/lib/bootstrap/"
|
"destination": "wwwroot/lib/bootstrap/"
|
||||||
},
|
},
|
||||||
|
File diff suppressed because one or more lines are too long
29
src/Web/WebMVC/wwwroot/js/site.min.js
vendored
29
src/Web/WebMVC/wwwroot/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user