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.

28 satır
406B

  1. .newsletter-index {
  2. #newsletter-form {
  3. .form-group {
  4. margin-bottom: 25px;
  5. .toggle {
  6. float: left;
  7. width: 150px !important;
  8. }
  9. label {
  10. display: inline-block;
  11. font-weight: bold;
  12. margin-left: 20px;
  13. &.control-label {
  14. margin-top: 10px;
  15. }
  16. }
  17. &.form-buttons {
  18. display: none;
  19. }
  20. }
  21. }
  22. }