Form styling
This commit is contained in:
parent
34d810038f
commit
6a42e91f34
3 changed files with 6 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
<section id="contact-page">
|
<section id="contact-page">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h2>{{ page.trans_title }}</h2>
|
<h2>{{ page.title }}</h2>
|
||||||
|
|
||||||
<p class="lead">{{ page.trans_intro|richtext }}</p>
|
<p class="lead">{{ page.intro|richtext }}</p>
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
<div class="article-body" role="main">
|
<div class="article-body" role="main">
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
label:only-child {
|
label:only-child {
|
||||||
width: auto;
|
width: auto;
|
||||||
border: none;
|
border: none;
|
||||||
|
}
|
||||||
|
&> p label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
|
|
|
@ -8532,6 +8532,8 @@ footer#footer a {
|
||||||
#contact-page form label:only-child {
|
#contact-page form label:only-child {
|
||||||
width: auto;
|
width: auto;
|
||||||
border: none;
|
border: none;
|
||||||
|
}
|
||||||
|
#contact-page form > p label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#contact-page form ul {
|
#contact-page form ul {
|
||||||
|
|
Loading…
Reference in a new issue