module_styles.css 166 B

1234567891011
  1. .lu-modal_fixed_position {
  2. position:absolute;
  3. top:5px;
  4. margin-bottom: 20px;
  5. }
  6. .lu-form--success {
  7. color:blue;
  8. }
  9. .lu-form--alert {
  10. color:orange;
  11. }