add-diagnostico.component.scss 326 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@import '../../../../../../../../../node_modules/font-awesome/css/font-awesome.css';

.save-button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.separator {
  margin: 0 5px;
  opacity: 0;
  pointer-events: none;
}

.label-negrita{
  font-weight: bold;
}

.editor-separator {
  margin-top: 15px;
}