Updated contact page style and changed header bg
This commit is contained in:
parent
1ac1e2c4e1
commit
2f9fa9f8fb
3 changed files with 6 additions and 1 deletions
|
@ -322,6 +322,11 @@ footer .copyright {
|
||||||
.floating-label-form-group-with-focus label {
|
.floating-label-form-group-with-focus label {
|
||||||
color: #0085a1;
|
color: #0085a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group{
|
||||||
|
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
form .row:first-child .floating-label-form-group {
|
form .row:first-child .floating-label-form-group {
|
||||||
border-top: 1px solid #eeeeee;
|
border-top: 1px solid #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
BIN
ungleich_page/static/ungleich_page/img/header-bg.jpg
Normal file
BIN
ungleich_page/static/ungleich_page/img/header-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
|
@ -1,7 +1,7 @@
|
||||||
{% load cms_tags staticfiles %}
|
{% load cms_tags staticfiles %}
|
||||||
<!-- Page Header -->
|
<!-- Page Header -->
|
||||||
<!-- Set your background image for this header on the line below. -->
|
<!-- Set your background image for this header on the line below. -->
|
||||||
<header class="intro-header" style="background-image: url('{% static 'blog.ungleich.ch/img/home-bg.jpg' %}');">
|
<header class="intro-header" style="background-image: url('{% static 'ungleich_page/img/header-bg.jpg' %}');">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue