Normalize
This commit is contained in:
22
Normalize/ClientHub/wwwroot/css/site.css
Normal file
22
Normalize/ClientHub/wwwroot/css/site.css
Normal file
@ -0,0 +1,22 @@
|
||||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
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;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-bottom: 60px;
|
||||
}
|
BIN
Normalize/ClientHub/wwwroot/favicon.png
Normal file
BIN
Normalize/ClientHub/wwwroot/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Normalize/ClientHub/wwwroot/icon-192.png
Normal file
BIN
Normalize/ClientHub/wwwroot/icon-192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
Normalize/ClientHub/wwwroot/icon-512.png
Normal file
BIN
Normalize/ClientHub/wwwroot/icon-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
4
Normalize/ClientHub/wwwroot/js/site.js
Normal file
4
Normalize/ClientHub/wwwroot/js/site.js
Normal file
@ -0,0 +1,4 @@
|
||||
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||
// for details on configuring this project to bundle and minify static web assets.
|
||||
|
||||
// Write your JavaScript code.
|
21
Normalize/ClientHub/wwwroot/manifest.json
Normal file
21
Normalize/ClientHub/wwwroot/manifest.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Normalize",
|
||||
"short_name": "Normalize",
|
||||
"start_url": "./",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#03173d",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "icon-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user