add-objetivos-plnbv.component.css 848 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
.area-busqueda {
  padding: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contenedorP {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin: 5px auto;
  border-radius: 10px;
  text-align: center;
  margin-top: 2%;
  background-color: white;
}

.mat-mdc-radio-button ~ .mat-mdc-radio-button {
  margin-left: 16px;
}
.mat-radio-button{
  margin-right: 10px;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formulario {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 96%;
  margin: 0 auto;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.contenedor-dos {
  margin-top: 30px;
  padding: 0.9375rem 20px;
  position: relative;
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
}