Favicon
@@ -42,9 +42,13 @@ date: '2020-02-12'
|
||||
<label for="ernaehrung">Ernährung</label>
|
||||
</div>
|
||||
<div class="grow-2">
|
||||
<textarea id="message" name="message"></textarea>
|
||||
<label for="message">Sonst noch was?</label>
|
||||
</div>
|
||||
<div class="grow-2">
|
||||
<input class="btn" type="submit" value="Verbindlich anmelden" />
|
||||
</div>
|
||||
<div class="grow-2">
|
||||
<input class="btn btn-lg" type="submit" value="Verbindlich anmelden" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -41,11 +41,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
input[type=text], input[type=email], select, textarea {
|
||||
width: 100%;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
font-size: 1.4em;
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
border-left: 5px solid $primary-color;
|
||||
}
|
||||
|
||||
|
||||
BIN
static/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
static/android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
static/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
9
static/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#ffffff</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
@@ -6158,8 +6158,10 @@ footer .footer-row img {
|
||||
.form textarea {
|
||||
width: 100%;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
font-size: 1.4em;
|
||||
padding: 10px;
|
||||
padding-left: 15px;
|
||||
border-left: 5px solid maroon;
|
||||
}
|
||||
.form input[type='submit'] {
|
||||
|
||||
2
static/css/ndws.min.css
vendored
BIN
static/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 729 B |
BIN
static/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
static/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
19
static/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||