_form.less 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .form {
  2. .help {
  3. color: #999999;
  4. padding-top: .6em;
  5. padding-bottom: .6em;
  6. display: inline-block;
  7. }
  8. }
  9. .ui.attached.header {
  10. background: #f0f0f0;
  11. .right {
  12. margin-top: -5px;
  13. .button {
  14. padding: 8px 10px;
  15. font-weight: normal;
  16. }
  17. }
  18. }
  19. .repository {
  20. &.new.migrate,
  21. &.new.fork {
  22. form {
  23. margin: auto;
  24. width: 800px!important;
  25. .ui.message {
  26. text-align: center;
  27. }
  28. @input-padding: 250px !important;
  29. .header {
  30. padding-left: @input-padding+30px;
  31. }
  32. .inline.field > label {
  33. text-align: right;
  34. width: @input-padding;
  35. word-wrap: break-word;
  36. }
  37. .help {
  38. margin-left: @input-padding+15px;
  39. }
  40. .dropdown {
  41. .dropdown.icon {
  42. margin-top: -7px!important;
  43. }
  44. .text {
  45. margin-right: 0!important;
  46. i {
  47. margin-right: 0!important;
  48. }
  49. }
  50. }
  51. .optional .title {
  52. margin-left: @input-padding;
  53. }
  54. input,
  55. textarea {
  56. width: 50%!important;
  57. }
  58. }
  59. }
  60. }