|
|
@ -8,8 +8,6 @@ |
|
|
<environment names="Development"> |
|
|
<environment names="Development"> |
|
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> |
|
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> |
|
|
<link rel="stylesheet" href="~/css/app.css" /> |
|
|
<link rel="stylesheet" href="~/css/app.css" /> |
|
|
<link rel="stylesheet" href="~/css/catalog/pager.css" /> |
|
|
|
|
|
<link rel="stylesheet" href="~/css/catalog/catalog.component.css" /> |
|
|
|
|
|
</environment> |
|
|
</environment> |
|
|
<environment names="Staging,Production"> |
|
|
<environment names="Staging,Production"> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" |
|
|
@ -17,6 +15,8 @@ |
|
|
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" /> |
|
|
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" /> |
|
|
<link rel="stylesheet" href="~/css/app.min.css" asp-append-version="true" /> |
|
|
<link rel="stylesheet" href="~/css/app.min.css" asp-append-version="true" /> |
|
|
</environment> |
|
|
</environment> |
|
|
|
|
|
<link rel="stylesheet" href="~/css/catalog/pager.css" /> |
|
|
|
|
|
<link rel="stylesheet" href="~/css/catalog/catalog.component.css" /> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<header class="navbar navbar-light navbar-static-top"> |
|
|
<header class="navbar navbar-light navbar-static-top"> |
|
|
|