您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28 行
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. }