Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jun 15, 2024
1 parent 6171cd0 commit 032d8c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
4 changes: 3 additions & 1 deletion ExchangeSecureTexts/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<script src="~/lib/jquery/dist/jquery.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
@RenderSection("scripts", required: false)

@await RenderSectionAsync("Scripts", required: false)

</body>
</html>
18 changes: 9 additions & 9 deletions ExchangeSecureTexts/wwwroot/css/site.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
html {
font-size: 14px;
font-size: 14px;
}

@media (min-width: 768px) {
html {
font-size: 16px;
}
html {
font-size: 16px;
}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
position: relative;
min-height: 100%;
position: relative;
min-height: 100%;
}

body {
margin-bottom: 60px;
}
margin-bottom: 60px;
}
1 change: 0 additions & 1 deletion ExchangeSecureTexts/wwwroot/css/site.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions ExchangeSecureTexts/wwwroot/css/vendor.min.css

This file was deleted.

0 comments on commit 032d8c7

Please sign in to comment.