wizard_custom_admin.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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: 20%;
  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. .d-editor {
  51. width: 100%;
  52. .d-editor-input {
  53. height: 100px;
  54. }
  55. button {
  56. margin: 0;
  57. }
  58. }
  59. }
  60. &.full {
  61. width: 100%;
  62. .setting-label {
  63. width: 10%;
  64. }
  65. .setting-value {
  66. width: initial;
  67. overflow: hidden;
  68. float: none;
  69. }
  70. }
  71. label {
  72. margin: 5px 0;
  73. }
  74. .setting-gutter {
  75. margin-top: 5px;
  76. }
  77. }
  78. .select-box-kit-header {
  79. height: initial;
  80. }
  81. .buttons .error {
  82. color: $danger;
  83. .fa {
  84. margin-right: 5px;
  85. }
  86. }
  87. .buttons .remove {
  88. float: right;
  89. }
  90. .custom-category {
  91. margin-top: 5px;
  92. padding: 5px;
  93. }
  94. }
  95. .wizard-links {
  96. margin-bottom: 20px;
  97. ul {
  98. margin: 0;
  99. padding: 0;
  100. list-style: none;
  101. display: inline-block;
  102. li {
  103. display: inline-block;
  104. margin-bottom: 7px;
  105. margin-right: 7px;
  106. }
  107. }
  108. .sortable-placeholder {
  109. height: 30px;
  110. width: 100px;
  111. display: inline-block;
  112. vertical-align: top;
  113. background-color: $primary-low;
  114. margin-right: 10px;
  115. margin-left: 3px;
  116. }
  117. }
  118. .wizard-column-contents {
  119. position: relative;
  120. }
  121. .wizard-custom-step {
  122. display: inline-block;
  123. margin-bottom: 20px;
  124. padding: 15px;
  125. background-color: dark-light-diff($primary, $secondary, 96%, -65%);
  126. }
  127. .wizard-dropdown-choices {
  128. padding: 15px;
  129. margin-bottom: 20px;
  130. background-color: $secondary;
  131. .wizard-header:not(.underline) {
  132. margin-top: 15px;
  133. }
  134. }
  135. .custom-input {
  136. display: flex;
  137. margin: 5px 0;
  138. .d-icon {
  139. margin: 0 auto;
  140. text-align: center;
  141. }
  142. input[disabled] {
  143. background-color: $primary-low;
  144. border-color: #ddd;
  145. }
  146. .select-kit {
  147. width: 232px !important;
  148. }
  149. .remove {
  150. margin: 0 auto;
  151. align-self: flex-start;
  152. }
  153. }
  154. .setting .add-custom-input {
  155. margin-top: 5px;
  156. }
  157. .admin-contents .wizard-submissions {
  158. padding: 0 20px;
  159. display: inline-block;
  160. overflow: scroll;
  161. table {
  162. margin-top: 0;
  163. }
  164. }
  165. .wizard-field-composer textarea {
  166. width: 100%;
  167. min-height: 150px;
  168. }
  169. .next-session-time-modal {
  170. text-align: center;
  171. .date-time-card {
  172. width: 270px;
  173. padding: 10px 20px;
  174. text-align: left;
  175. }
  176. .modal-date-time-set{
  177. padding-top: 3px;
  178. padding-bottom: 4px;
  179. display: flex;
  180. flex-direction: row;
  181. .modal-date-area{
  182. order: 1;
  183. }
  184. .modal-time-area{
  185. order: 2;
  186. margin-left: 10px;
  187. .modal-time{
  188. width: 127px;
  189. }
  190. }
  191. }
  192. .ui-timepicker-input {
  193. width: 119px;
  194. text-align: center;
  195. }
  196. .date-picker{
  197. width: 121px;
  198. }
  199. .pika-single {
  200. position: relative !important;
  201. .pika-lendar {
  202. border: 1px solid #eee;
  203. padding: 14px;
  204. margin: 0;
  205. float: none;
  206. width: auto;
  207. }
  208. }
  209. }
  210. .post-builder-editor {
  211. min-height: 220px;
  212. }
  213. .text-divider {
  214. display: block;
  215. text-align: center;
  216. overflow: hidden;
  217. white-space: nowrap;
  218. margin: 5px 0;
  219. > span {
  220. position: relative;
  221. display: inline-block;
  222. }
  223. > span:before,
  224. > span:after {
  225. content: "";
  226. position: absolute;
  227. top: 50%;
  228. width: 9999px;
  229. height: 1px;
  230. background: $tertiary;
  231. }
  232. > span:before {
  233. right: 100%;
  234. margin-right: 15px;
  235. }
  236. > span:after {
  237. left: 100%;
  238. margin-left: 15px;
  239. }
  240. }