Skip to content
Snippets Groups Projects
Select Git revision
  • a6fca9e662336f32c3474fc6e570f3f715b0dfa1
  • main default
  • Iman
  • Paul
  • ouma
  • sani_loto_2
6 results

P22.html

Blame
  • student-signup.component.scss 244 B
    .checkbox-field {
      display: block;
      margin: .5em 0;
    }
    .form-group{
      display:flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .horizontal-display{
      width:45%;
    }
    .adress-input{
      margin:5px;
    }
    
    .quarter-display{
      width:25%;
    }