You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
182B

  1. .rotating-form {
  2. form label {
  3. display: block;
  4. }
  5. #panel-products {
  6. .panel-body {
  7. label {
  8. display: block;
  9. font-weight: normal;
  10. }
  11. }
  12. }
  13. }