wizard_custom.scss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. @import 'wizard_variables';
  2. .no-access-gutter {
  3. margin-top: 10px;
  4. display: flex;
  5. justify-content: flex-end;
  6. }
  7. .custom-wizard {
  8. background-color: initial;
  9. font-size: 1.1em;
  10. .wizard-step-contents {
  11. position: relative;
  12. display: flex;
  13. flex-direction: column;
  14. width: 100%;
  15. min-height: initial;
  16. }
  17. img.emoji {
  18. width: 20px;
  19. height: 20px;
  20. vertical-align: middle;
  21. }
  22. .wizard-step-title {
  23. flex: 0;
  24. }
  25. .wizard-step-description {
  26. flex: 0;
  27. p {
  28. line-height: 1.7;
  29. img {
  30. @extend img.emoji;
  31. }
  32. }
  33. i {
  34. margin-right: 7px;
  35. }
  36. ul li {
  37. margin: 10px 0;
  38. }
  39. .image-container {
  40. padding: 0 20px;
  41. margin: 50px 0;
  42. display: flex;
  43. justify-content: space-between;
  44. flex-wrap: wrap;
  45. a {
  46. cursor: pointer;
  47. }
  48. span {
  49. display: block;
  50. text-align: center;
  51. max-width: 140px;
  52. color: #333;
  53. }
  54. &.group {
  55. padding: 0;
  56. margin: 0;
  57. width: 130px;
  58. height: 130px;
  59. }
  60. }
  61. img.large {
  62. width: 150;
  63. padding: 25px;;
  64. }
  65. img.small {
  66. width: 100;
  67. padding: 15px;
  68. }
  69. img.x-small {
  70. width: 50px;
  71. height: 50px;
  72. padding: 3px;
  73. }
  74. label {
  75. display: block;
  76. text-align: center;
  77. }
  78. .inline-list > * {
  79. display: inline-block;
  80. }
  81. }
  82. .wizard-step-banner {
  83. width: initial;
  84. margin-bottom: 1em;
  85. img {
  86. max-height: 300px;
  87. }
  88. }
  89. .wizard-step-form {
  90. flex: auto;
  91. display: flex;
  92. flex-direction: column;
  93. width: 100%;
  94. overflow-y: auto;
  95. }
  96. .wizard-field {
  97. &.tip {
  98. margin-top: auto;
  99. }
  100. label {
  101. display: flex;
  102. flex-flow: wrap;
  103. align-items: center;
  104. .label-value {
  105. width: 100%;
  106. p {
  107. margin: 0;
  108. }
  109. }
  110. .field-image {
  111. margin-right: 10px;
  112. img {
  113. width: 30px;
  114. height: 30px;
  115. }
  116. }
  117. .field-description {
  118. flex: 1;
  119. color: #333;
  120. margin-top: 0;
  121. p {
  122. margin: 0;
  123. line-height: 1.3em;
  124. }
  125. img {
  126. height: 15px;
  127. width: 15px;
  128. margin: 0 5px;
  129. }
  130. }
  131. }
  132. }
  133. .checkbox-field {
  134. display: flex;
  135. align-items: center;
  136. &> .input-area {
  137. order: 0;
  138. margin: 15px 20px !important;
  139. input {
  140. cursor: pointer;
  141. transform: scale(1.3);
  142. }
  143. }
  144. &> label {
  145. order: 1;
  146. }
  147. &> .field-description {
  148. margin-top: 0;
  149. order: 2;
  150. }
  151. }
  152. .control-group {
  153. display: inline-block;
  154. vertical-align: top;
  155. margin-right: 20px;
  156. .controls {
  157. margin: 5px 0;
  158. }
  159. input {
  160. width: 200px;
  161. line-height: 24px;
  162. }
  163. input[disabled] {
  164. background-color: #e9e9e9;
  165. border: #e9e9e9;
  166. }
  167. ul {
  168. padding: 0;
  169. }
  170. }
  171. .wizard-step-form .wizard-btn {
  172. display: block;
  173. margin: 20px 0;
  174. }
  175. .wizard-image-row .wizard-btn-upload {
  176. margin: 0;
  177. }
  178. .wizard-field-upload {
  179. .wizard-btn-upload-file {
  180. display: inline-block;
  181. position: relative;
  182. cursor: pointer;
  183. input {
  184. left: 0;
  185. right: 0;
  186. top: 0;
  187. bottom: 0;
  188. }
  189. }
  190. .filename {
  191. margin-left: 10px;
  192. }
  193. }
  194. .wizard-column .wizard-field .input-area {
  195. margin: 0.5em 0;
  196. }
  197. .combo-box {
  198. ul {
  199. padding: 0;
  200. }
  201. p {
  202. margin: 0;
  203. }
  204. }
  205. .wizard-buttons > a, .wizard-buttons > button, .spinner {
  206. display: inline-block;
  207. vertical-align: middle;
  208. }
  209. .spinner.small {
  210. margin-right: 10px;
  211. }
  212. }
  213. .step-message {
  214. position: absolute;
  215. top: 0;
  216. left: 0;
  217. right: 0;
  218. height: 0;
  219. line-height: 0;
  220. text-align: center;
  221. transition: all .2s;
  222. z-index: 2;
  223. &.success {
  224. height: 60px;
  225. line-height: 60px;
  226. background-color: #009900;
  227. color: #ffffff;
  228. }
  229. &.error {
  230. height: 60px;
  231. line-height: 60px;
  232. background-color: #e45735;
  233. color: #ffffff;
  234. }
  235. }
  236. .p-list-box {
  237. max-width: 550px;
  238. position: relative;
  239. margin: 10px 0;
  240. .spinner {
  241. position: absolute;
  242. right: 50%;
  243. top: 50%;
  244. }
  245. .p-text {
  246. margin-bottom: 5px;
  247. }
  248. ul {
  249. border: 1px solid #e9e9e9;
  250. padding: 0;
  251. margin: 0;
  252. list-style: none;
  253. height: 200px;
  254. overflow: scroll;
  255. }
  256. li {
  257. padding: 6px 12px;
  258. cursor: pointer;
  259. background-color: #fff;
  260. display: flex;
  261. border-top: 1px solid #e9e9e9;
  262. border-bottom: 1px solid #e9e9e9;
  263. &:hover, &.selected {
  264. background-color: #eee;
  265. }
  266. label {
  267. flex: 1 1 auto;
  268. cursor: pointer;
  269. }
  270. i {
  271. margin-right: 5px;
  272. }
  273. }
  274. .no-results {
  275. padding: 15px;
  276. }
  277. .default {
  278. margin: 0 auto;
  279. top: 50%;
  280. transform: translateY(-50%);
  281. position: absolute;
  282. width: 100%;
  283. text-align: center;
  284. color: #919191;
  285. }
  286. }
  287. .spinner {
  288. margin: 20px auto 20px auto;
  289. position: relative;
  290. -webkit-animation: rotate-forever 1s infinite linear;
  291. animation: rotate-forever 1s infinite linear;
  292. height: 30px;
  293. width: 30px;
  294. border: 4px solid #ccc;
  295. border-right-color: transparent;
  296. border-radius: 50%;
  297. &.small {
  298. width: 10px;
  299. height: 10px;
  300. margin: 0;
  301. display: inline-block;
  302. }
  303. }
  304. .user-selector-field.wizard-field {
  305. div.ac-wrap div.item a.remove, .remove-link {
  306. margin-left: 4px;
  307. font-size: 11px;
  308. line-height: 10px;
  309. padding: 1.5px 1.5px 1.5px 2.5px;
  310. border-radius: 12px;
  311. width: 10px;
  312. display: inline-block;
  313. border: 1px solid #e9e9e9;
  314. &:hover {
  315. background-color: #f2ab9a;
  316. border: 1px solid #ec8972;
  317. text-decoration: none;
  318. color: #e45735;
  319. }
  320. }
  321. div.ac-wrap {
  322. width: 98.5% !important;
  323. overflow: auto;
  324. max-height: 150px;
  325. background-color: white;
  326. border: 1px solid #e9e9e9;
  327. padding: 5px 4px 1px 4px;
  328. div.item {
  329. float: left;
  330. margin-bottom: 4px;
  331. margin-right: 10px;
  332. span {
  333. height: 24px;
  334. display: inline-block;
  335. line-height: 20px;
  336. }
  337. }
  338. .ac-collapsed-button {
  339. float: left;
  340. border-radius: 20px;
  341. position: relative;
  342. top: -2px;
  343. margin-right: 10px;
  344. }
  345. input[type="text"] {
  346. float: left;
  347. margin-bottom: 4px;
  348. height: 24px;
  349. display: block;
  350. border: 0;
  351. padding: 0;
  352. box-shadow: none;
  353. }
  354. }
  355. }
  356. img.avatar {
  357. border-radius: 50%;
  358. vertical-align: middle;
  359. }
  360. .autocomplete {
  361. z-index: 999999;
  362. position: absolute;
  363. width: 240px;
  364. background-color: white;
  365. border: 1px solid #e9e9e9;
  366. ul {
  367. list-style: none;
  368. padding: 0;
  369. margin: 0;
  370. li {
  371. .d-users {
  372. color: #333;
  373. padding: 0 2px;
  374. }
  375. border-bottom: 1px solid #e9e9e9;
  376. a {
  377. padding: 5px;
  378. display: block;
  379. white-space: nowrap;
  380. overflow: hidden;
  381. text-overflow: ellipsis;
  382. font-size: 14px;
  383. text-decoration: none;
  384. img {
  385. margin-right: 5px;
  386. }
  387. span.username {
  388. color: #000;
  389. vertical-align: middle;
  390. }
  391. span.name {
  392. font-size: 11px;
  393. vertical-align: middle;
  394. }
  395. &.selected {
  396. background-color: #d1f0ff;
  397. }
  398. &:hover {
  399. background-color: #ffffa6;
  400. text-decoration: none;
  401. }
  402. }
  403. }
  404. }
  405. }
  406. .checkbox-field.invalid .input-area {
  407. padding: 3px;
  408. border: 4px solid red;
  409. }
  410. @keyframes rotate-forever {
  411. 0% {
  412. transform: rotate(0deg);
  413. }
  414. 100% {
  415. transform: rotate(360deg);
  416. }
  417. }
  418. .p-text {
  419. &.bronze {
  420. color: #cd7f32;
  421. }
  422. &.silver {
  423. color: #c0c0c0;
  424. }
  425. &.gold {
  426. color: rgb(231, 195, 0);
  427. }
  428. }