form.component.css 973 Bytes
Newer Older
Tt's avatar
Tt committed
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 54 55 56 57 58 59 60 61 62
@import '../style/common_mixin.css';


.model-content {
  width: 100%;
  height: 100%;

}

.radioPaire {
  float: left;
  margin: 3px;
  border-style: dashed;
  border-color: #000;
  border-width: 1px;
}

.border {
  border-radius: 20px;
  border-style: dashed;
  padding: 20px;
  margin: 20px;
  /*width: 500px; */
  /*//border-radius: 20px;*/
  /*//border-width: 2px;*/
  /*//border-color: #000000;*/
}


.border-lite {
  border: 2px dashed #ddd;
  border-radius: 0.5rem;
  padding: 10px;
  margin: 10px;
}

.button-right {
  border-style: dotted;
  border-color: rgb(42, 142, 72);
  width: 100px;
  height: 50px;
  color: rgb(42, 142, 72);
  background-color: white;
}

.button-wrong {
  border-style: dotted;
  border-color: rgb(180, 0, 0);
  width: 100px;
  height: 50px;
  color: rgb(180, 0, 0);
  background-color: white;
}

.button-disable {
  border-style: dotted;
  border-color: black;
  width: 100px;
  height: 50px;
  color: black;
  background-color: white;
}