Files @ 68ea3e6dd3a6
Branch filter:

Location: C3L/C3L-Membership-Online-Form/c3l_membership/static/style.css

Dennis Fink
Make the birthday mandatory
body {
  margin-top: 1vh;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-bottom: 1vh;
}

.pure-img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
}

.pure-menu-horizontal {
  text-align: right;
  padding-bottom: 1rem;
}

.form-error {
  background: #f98691;
  border: 1px solid #dc3545;
  border-radius: 4px;
  padding: 0.5em 0.6em;
  font-weight: 550;
  color: #3d0309;
}

.field-error {
  background: #f98691;
  border: 1px solid #dc3545;
  color: #3d0309;
}

.text-xlarge {
  font-size: 125%;
}

.text-justify {
  text-align: justify;
}

legend {
  font-weight: bold;
  font-size: 1.25em;
}

h4 {
  margin-bottom: 0.5em;
}