All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 14s
156 lines
4.2 KiB
CSS
156 lines
4.2 KiB
CSS
.teamers {
|
|
color: #888;
|
|
font-size: 0.95em;
|
|
margin-left: 8px;
|
|
white-space: nowrap;
|
|
}
|
|
.kc-form-container {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
max-width: 680px;
|
|
margin: 28px auto;
|
|
background: #f8fbe7;
|
|
border-left: 8px solid #b6d333;
|
|
border-radius: 14px;
|
|
box-shadow: 0 5px 22px #8eae291a;
|
|
padding: 28px 22px;
|
|
font-family: 'Segoe UI', Arial, sans-serif;
|
|
}
|
|
|
|
.kc-form-container h2 {
|
|
color: #3b5323;
|
|
font-family: 'Montserrat', Arial, sans-serif;
|
|
font-size: 2em;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5em;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
.kc-form-row {
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.kc-form-row label {
|
|
display: block;
|
|
font-weight: 700;
|
|
color: #1c3866;
|
|
margin-bottom: 7px;
|
|
font-size: 1.07em;
|
|
}
|
|
|
|
.kc-form-row select,
|
|
.kc-form-row input[type="text"],
|
|
.kc-form-row input[type="email"],
|
|
.kc-form-row input[type="number"] {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
padding: 10px;
|
|
border: 1.7px solid #d6e39f;
|
|
border-radius: 5px;
|
|
background: #ffffff;
|
|
font-size: 1.09em;
|
|
margin-top: 3px;
|
|
transition: border .2s;
|
|
}
|
|
|
|
.kc-form-row input[type="text"]:focus,
|
|
.kc-form-row select:focus {
|
|
outline: none;
|
|
border-color: #b6d333;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.kc-form-row input[type="submit"] {
|
|
background: #2f5393;
|
|
color: #fff;
|
|
padding: 13px 28px;
|
|
font-weight: bold;
|
|
font-size: 1.13em;
|
|
border: 0;
|
|
border-radius: 7px;
|
|
cursor: pointer;
|
|
margin-top: 6px;
|
|
box-shadow: 0 2px 8px #1c38661a;
|
|
transition: background .2s;
|
|
}
|
|
.kc-form-row input[type="submit"]:hover {
|
|
background: #1c3866;
|
|
}
|
|
|
|
.kc-required {
|
|
color: #e42626;
|
|
font-weight: bold;
|
|
}
|
|
.kc-success-msg {
|
|
color: #288830;
|
|
background: #f2fbe2;
|
|
border-left: 4px solid #b6d333;
|
|
padding: 15px 15px 15px 22px;
|
|
margin-bottom: 25px;
|
|
font-size: 1.1em;
|
|
border-radius: 7px;
|
|
}
|
|
.kc-error-msg {
|
|
color: #a80000;
|
|
background: #ffeaea;
|
|
border-left: 4px solid #e12b2b;
|
|
padding: 15px 15px 15px 22px;
|
|
margin-bottom: 25px;
|
|
font-size: 1.1em;
|
|
border-radius: 7px;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.kc-form-container {padding:20px 14px;}
|
|
}
|
|
|
|
@media (max-width: 520px) {
|
|
.kc-form-container {padding:14px 10px;border-radius:10px;margin:14px 10px;}
|
|
.kc-form-container h2 {font-size:1.4em}
|
|
.kc-form-row {margin-bottom:14px}
|
|
}
|
|
|
|
.kc-result{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#222;}
|
|
.kc-result h3{margin-top:0;text-align:center;color:#154a3b;}
|
|
.kc-phase{margin:18px 0;padding:12px;border-radius:12px;background:#fbfffe;border:1px solid #e6f3ee;}
|
|
.kc-result .kc-inner { max-width:900px; margin:0 auto; padding:0 14px; box-sizing:border-box; margin-top: 10px;}
|
|
.kc-workshops-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
|
gap: 10px;
|
|
margin-top: 12px;
|
|
align-items: flex-start;
|
|
}
|
|
.kc-workshop-card {
|
|
box-sizing: border-box;
|
|
min-width: 0;
|
|
}
|
|
|
|
.kc-workshop-card .title{background:linear-gradient(90deg, rgba(45,166,106,0.04), rgba(13,89,71,0.02));display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:18px 12px;font-weight:800;color:#0d5947;font-size:1.06rem;letter-spacing:0.2px;border-bottom:1px solid rgba(229,244,240,0.8);gap:12px;}
|
|
.kc-workshop-card .title .count{color:#6b6b6b;font-weight:600;font-size:0.9rem;margin-left:6px;}
|
|
.kc-workshop-card .title .teamers{font-weight:600;color:#145a47;font-size:0.9rem;opacity:0.92;}
|
|
.kc-workshop-card .title .teamers small{font-weight:500;color:#4c7a6a;opacity:0.9;font-size:0.85rem;margin-left:6px;}
|
|
.kc-workshop-card .content{padding:12px 18px 18px 18px;}
|
|
.kc-participants {
|
|
display: block;
|
|
font-size: 1em;
|
|
color: #2b2b2b;
|
|
}
|
|
.kc-participant {
|
|
padding: 0;
|
|
border-radius: 0;
|
|
background: none;
|
|
white-space: normal;
|
|
display: block;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
text-overflow: unset;
|
|
margin: 0 0 2px 0;
|
|
}
|
|
.kc-participant.me {
|
|
background: none;
|
|
color: #2da66a;
|
|
font-weight: bold;
|
|
}
|
|
.kc-notassigned{background:#fff6f6;border:1px solid #ffd2d2;padding:12px;border-radius:10px;margin-top:12px;}
|
|
@media(max-width:700px){ .kc-participants{grid-template-columns:1fr;} }
|