php dateien in php verzeichnis verschoben. message construct in eigene datei message.php verschoben.
This commit is contained in:
parent
c004ebe4db
commit
94e182a96e
11 changed files with 174 additions and 107 deletions
|
|
@ -15,12 +15,15 @@ a {
|
|||
text-decoration: none;
|
||||
transition: 0.3s ease-in-out;
|
||||
}
|
||||
.nav-link.active, a.nav-dropdown-link.active {
|
||||
color: #a9cd2e;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight:normal;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h1, h2 {
|
||||
h1, h2, .content h1, .content h2{
|
||||
font-weight:bold;
|
||||
}
|
||||
h3 {
|
||||
|
|
@ -151,17 +154,17 @@ table .far {
|
|||
}
|
||||
|
||||
/* Formular */
|
||||
#bestellformular {
|
||||
#formular {
|
||||
max-width: 64rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#bestellformular div {
|
||||
#formular div {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#bestellformular label {
|
||||
#formular label {
|
||||
display: block;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
|
|
@ -169,24 +172,24 @@ table .far {
|
|||
color: #4B5563;
|
||||
}
|
||||
|
||||
#bestellformular select,
|
||||
#bestellformular input,
|
||||
#bestellformular textarea {
|
||||
#formular select,
|
||||
#formular input,
|
||||
#formular textarea {
|
||||
width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
border: 1px solid #D1D5DB;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
#bestellformular select:focus,
|
||||
#bestellformular input:focus,
|
||||
#bestellformular textarea:focus {
|
||||
#formular select:focus,
|
||||
#formular input:focus,
|
||||
#formular textarea:focus {
|
||||
outline: none;
|
||||
border-color: #3B82F6;
|
||||
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
|
||||
}
|
||||
|
||||
#bestellformular button {
|
||||
#formular button {
|
||||
width:350px;
|
||||
padding: 0.5rem 1rem;
|
||||
margin-bottom:10px;
|
||||
|
|
@ -197,15 +200,15 @@ table .far {
|
|||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
#bestellformular .submitbutton{
|
||||
#formular .submitbutton{
|
||||
background-color: #a9cd2e;
|
||||
align-self: center;
|
||||
width:100%;
|
||||
}
|
||||
#bestellformular button:hover {
|
||||
#formular button:hover {
|
||||
background-color: #2563EB;
|
||||
}
|
||||
#bestellformular .submitbutton:hover{
|
||||
#formular .submitbutton:hover{
|
||||
background-color: #88a625;
|
||||
}
|
||||
.captcha-container {
|
||||
|
|
@ -218,6 +221,13 @@ table .far {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.fadeOut {
|
||||
@apply transition-opacity duration-500 ease-in-out opacity-0 invisible;
|
||||
}
|
||||
.fadeIn {
|
||||
@apply transition-opacity duration-500 ease-in-out opacity-100 visible;
|
||||
}
|
||||
|
||||
/**************** Component Styles ******************/
|
||||
|
||||
// Icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue