Bestellformular freiberufliche implementiert, phpmailer implementiert, captcha implementiert
This commit is contained in:
parent
3217c0a202
commit
c004ebe4db
2 changed files with 200 additions and 16 deletions
|
|
@ -149,6 +149,68 @@ table .far {
|
|||
.content table {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
/* Formular */
|
||||
#bestellformular {
|
||||
max-width: 64rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#bestellformular div {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#bestellformular label {
|
||||
display: block;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
color: #4B5563;
|
||||
}
|
||||
|
||||
#bestellformular select,
|
||||
#bestellformular input,
|
||||
#bestellformular textarea {
|
||||
width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
border: 1px solid #D1D5DB;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
#bestellformular select:focus,
|
||||
#bestellformular input:focus,
|
||||
#bestellformular textarea:focus {
|
||||
outline: none;
|
||||
border-color: #3B82F6;
|
||||
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
|
||||
}
|
||||
|
||||
#bestellformular button {
|
||||
width:350px;
|
||||
padding: 0.5rem 1rem;
|
||||
margin-bottom:10px;
|
||||
margin-top:10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #3B82F6;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
#bestellformular .submitbutton{
|
||||
background-color: #a9cd2e;
|
||||
align-self: center;
|
||||
width:100%;
|
||||
}
|
||||
#bestellformular button:hover {
|
||||
background-color: #2563EB;
|
||||
}
|
||||
#bestellformular .submitbutton:hover{
|
||||
background-color: #88a625;
|
||||
}
|
||||
.captcha-container {
|
||||
box-shadow: none!important;
|
||||
}
|
||||
/**** Utility *****/
|
||||
.aligncenter * {
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue