wizard_custom_admin.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .wizards-nav-button {
  2. @extend .nav-pills;
  3. float: left;
  4. }
  5. .wizard-list {
  6. float: left;
  7. width: 250px;
  8. }
  9. .new-wizard {
  10. margin-top: 15px;
  11. }
  12. .wizard-header {
  13. font-size: 1.4em;
  14. margin-bottom: 15px;
  15. &.medium {
  16. font-size: 1.2em;
  17. }
  18. &.small {
  19. font-size: 1em;
  20. margin-bottom: 5px;
  21. }
  22. &.underline {
  23. text-decoration: underline;
  24. }
  25. }
  26. .content-list + .content {
  27. overflow: hidden;
  28. }
  29. .admin-wizard.settings {
  30. margin-left: 30px;
  31. margin-right: 30px;
  32. .setting {
  33. display: inline-block;
  34. vertical-align: top;
  35. width: 49%;
  36. .setting-label {
  37. width: 90px;
  38. }
  39. .setting-value {
  40. label {
  41. font-size: 0.85em;
  42. }
  43. span {
  44. font-size: 0.929em;
  45. }
  46. button {
  47. margin-top: 5px;
  48. display: block;
  49. }
  50. }
  51. &.full {
  52. width: 100%;
  53. }
  54. label {
  55. margin: 5px 0;
  56. }
  57. }
  58. .select-box-kit-header {
  59. height: initial;
  60. }
  61. .buttons .error {
  62. color: $danger;
  63. .fa {
  64. margin-right: 5px;
  65. }
  66. }
  67. .buttons .remove {
  68. float: right;
  69. }
  70. }
  71. .wizard-links {
  72. margin-bottom: 20px;
  73. ul {
  74. margin: 0;
  75. padding: 0;
  76. list-style: none;
  77. display: inline-block;
  78. li {
  79. display: inline-block;
  80. margin-bottom: 7px;
  81. margin-right: 7px;
  82. }
  83. }
  84. .sortable-placeholder {
  85. height: 30px;
  86. width: 100px;
  87. display: inline-block;
  88. vertical-align: top;
  89. background-color: $primary-low;
  90. margin-right: 10px;
  91. margin-left: 3px;
  92. }
  93. }
  94. .wizard-column-contents {
  95. position: relative;
  96. }
  97. .wizard-custom-step {
  98. display: inline-block;
  99. margin-bottom: 20px;
  100. padding: 15px;
  101. background-color: dark-light-diff($primary, $secondary, 96%, -65%);
  102. }
  103. .wizard-dropdown-choices {
  104. padding: 15px;
  105. margin-bottom: 20px;
  106. background-color: $secondary;
  107. .wizard-header:not(.underline) {
  108. margin-top: 15px;
  109. }
  110. }
  111. .custom-input {
  112. margin: 5px 0;
  113. > * {
  114. margin-bottom: 0 !important;
  115. margin-right: 5px;
  116. }
  117. .select-box-kit {
  118. width: 150px !important;
  119. }
  120. }
  121. .setting .add-custom-input {
  122. margin-top: 5px;
  123. }
  124. .admin-contents .wizard-submissions {
  125. padding: 0 20px;
  126. display: inline-block;
  127. overflow: scroll;
  128. table {
  129. margin-top: 0;
  130. }
  131. }
  132. .wizard-field-composer textarea {
  133. width: 100%;
  134. min-height: 150px;
  135. }
  136. .next-session-time-modal {
  137. text-align: center;
  138. .date-time-card {
  139. width: 270px;
  140. padding: 10px 20px;
  141. text-align: left;
  142. }
  143. .modal-date-time-set{
  144. padding-top: 3px;
  145. padding-bottom: 4px;
  146. display: flex;
  147. flex-direction: row;
  148. .modal-date-area{
  149. order: 1;
  150. }
  151. .modal-time-area{
  152. order: 2;
  153. margin-left: 10px;
  154. .modal-time{
  155. width: 127px;
  156. }
  157. }
  158. }
  159. .ui-timepicker-input {
  160. width: 119px;
  161. text-align: center;
  162. }
  163. .date-picker{
  164. width: 121px;
  165. }
  166. .pika-single {
  167. position: relative !important;
  168. .pika-lendar {
  169. border: 1px solid #eee;
  170. padding: 14px;
  171. margin: 0;
  172. float: none;
  173. width: auto;
  174. }
  175. }
  176. }