salonbookingsystem

salonbooking

Mar 9th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.73 KB | None | 0 0
  1. /*MAIN CONTAINER*/
  2.  
  3. #sln-salon{}
  4.  
  5.  
  6. /*Step title*/
  7.  
  8. #sln-salon h2.sln-salon-title{}
  9.  
  10. /*Step sub-title*/
  11.  
  12. #sln-salon .salon-step-title{}
  13.  
  14. /*Services list container*/
  15.  
  16. .sln-service-list{}
  17.  
  18. /*Service card*/
  19.  
  20. #sln-salon .sln-service{}
  21.  
  22.  
  23. /*Service name*/
  24.  
  25. #sln-salon h3.sln-steps-name.sln-service-name{}
  26.  
  27. /*Service price*/
  28.  
  29. #sln-salon h3.sln-step-price.sln-service-price{}
  30.  
  31. /*Service description*/
  32.  
  33. #sln-salon .sln-service-description p{}
  34.  
  35. /*Service duration*/
  36.  
  37. #sln-salon .sln-steps-duration{}
  38.  
  39. /*Subtotal*/
  40.  
  41. #sln-salon h3.sln-total-label{}
  42.  
  43.  
  44. /*Subtotal amount*/
  45.  
  46. #sln-salon .sln-total-price{}
  47.  
  48.  
  49. /*“Next step” button*/
  50.  
  51. #sln-salon .sln-btn--emphasis{}
  52.  
  53. /*“Back” button*/
  54.  
  55. #sln-salon .sln-box--formactions .sln-btn--medium.sln-btn--icon--left{}
  56.  
  57. /*Error alert message*/
  58.  
  59. #sln-salon .sln-alert.sln-alert--general.sln-alert--problem{}
  60.  
  61.  
  62.  
  63.  
  64. /*ASSISTANT SELECTION*/
  65.  
  66. /*Assistant list container*/
  67.  
  68. #sln-salon .sln-attendant-list{}
  69.  
  70. /*Assistant card container*/
  71.  
  72. #sln-salon .sln-attendant{}
  73.  
  74.  
  75. /*Assistant name*/
  76.  
  77. #sln-salon  h3.sln-steps-name.sln-attendant-name{}
  78.  
  79.  
  80. /*DATE AND TIME SELECTION*/
  81.  
  82.  
  83. /*Calendar container*/
  84.  
  85. #sln-salon .sln_datepicker{}
  86.  
  87.  
  88. /*Time picker container*/
  89.  
  90. #sln-salon .sln-input--datepicker{}
  91.  
  92. /*Day, Month, date, year*/
  93.  
  94. #sln-salon #sln_timepicker_viewdate{}
  95.  
  96. /*Slots container*/
  97.  
  98. #sln-salon #sln_time{}
  99.  
  100.  
  101. /*CHECKOUT FORM*/
  102.  
  103. /*Input label*/
  104.  
  105. #sln-salon .sln-input label{}
  106.  
  107. /*Input text field*/
  108.  
  109. #sln-salon .sln-input input[type="text"]{}
  110.  
  111. /*Forgot password*/
  112.  
  113.  
  114. #sln-salon .sln-input .help-block{}
  115.  
  116. /* SUMMARY STEP*/
  117.  
  118.  
  119. /*Booking details labels*/
  120.  
  121.  
  122. .sln-summary-row .label, #sln-salon .sln-summary-row .label{}
  123.  
  124.  
  125. /*Booking details values*/
  126.  
  127. .sln-data-val{}
  128.  
  129. /*Booking total amount label*/
  130.  
  131. .sln-total-label{}
  132.  
  133. /*Booking total amount value*/
  134.  
  135. .sln-total-price{}
  136.  
  137.  
  138. /*Terms & Condition text block*/
  139.  
  140. .sln-summary__terms{}
  141.  
  142.  
  143. /*LAST STEP*/
  144.  
  145. /*Booking confirmation block*/
  146.  
  147. #sln-salon .sln-thankyou--okbox{}
  148.  
  149. /*Booking status message block*/
  150.  
  151. h2.sln-icon-wrapper{}
  152.  
  153.  
  154. /*Booking status icon*/
  155.  
  156. #sln-salon .sln-thankyou--okbox .sln-icon-wrapper .sln-icon{}
  157.  
  158. /*Booking number text*/
  159.  
  160. #sln-salon .sln-thankyou--okbox h3{}
  161.  
  162. /*Booking number value*/
  163.  
  164. #sln-salon .sln-thankyou--okbox h4{}
  165.  
  166. /*Booking final notes*/
  167.  
  168. .sln-step-thankyou .sln-alert{}/*MAIN CONTAINER*/
  169.  
  170. .page-id-10 #sln-salon{}
  171.  
  172.  
  173. /*Step title*/
  174.  
  175. #sln-salon h2.sln-salon-title{}
  176.  
  177. /*Step sub-title*/
  178.  
  179. #sln-salon .salon-step-title{}
  180.  
  181. /*Services list container*/
  182.  
  183. .sln-service-list{}
  184.  
  185. /*Service card*/
  186.  
  187. #sln-salon .sln-service{}
  188.  
  189.  
  190. /*Service name*/
  191.  
  192. #sln-salon h3.sln-steps-name.sln-service-name{}
  193.  
  194. /*Service price*/
  195.  
  196. #sln-salon h3.sln-step-price.sln-service-price{}
  197.  
  198. /*Service description*/
  199.  
  200. #sln-salon .sln-service-description p{}
  201.  
  202. /*Service duration*/
  203.  
  204. #sln-salon .sln-steps-duration{}
  205.  
  206. /*Subtotal*/
  207.  
  208. #sln-salon h3.sln-total-label{}
  209.  
  210.  
  211. /*Subtotal amount*/
  212.  
  213. #sln-salon .sln-total-price{}
  214.  
  215.  
  216. /*“Next step” button*/
  217.  
  218. #sln-salon .sln-btn--emphasis{}
  219.  
  220. /*“Back” button*/
  221.  
  222. #sln-salon .sln-box--formactions .sln-btn--medium.sln-btn--icon--left{}
  223.  
  224. /*Error alert message*/
  225.  
  226. #sln-salon .sln-alert.sln-alert--general.sln-alert--problem{}
  227.  
  228.  
  229.  
  230.  
  231. /*ASSISTANT SELECTION*/
  232.  
  233. /*Assistant list container*/
  234.  
  235. #sln-salon .sln-attendant-list{}
  236.  
  237. /*Assistant card container*/
  238.  
  239. #sln-salon .sln-attendant{}
  240.  
  241.  
  242. /*Assistant name*/
  243.  
  244. #sln-salon  h3.sln-steps-name.sln-attendant-name{}
  245.  
  246.  
  247. /*DATE AND TIME SELECTION*/
  248.  
  249.  
  250. /*Calendar container*/
  251.  
  252. #sln-salon .sln_datepicker{}
  253.  
  254.  
  255. /*Time picker container*/
  256.  
  257. #sln-salon .sln-input--datepicker{}
  258.  
  259. /*Day, Month, date, year*/
  260.  
  261. #sln-salon #sln_timepicker_viewdate{}
  262.  
  263. /*Slots container*/
  264.  
  265. #sln-salon #sln_time{}
  266.  
  267.  
  268. /*CHECKOUT FORM*/
  269.  
  270. /*Input label*/
  271.  
  272. #sln-salon .sln-input label{}
  273.  
  274. /*Input text field*/
  275.  
  276. #sln-salon .sln-input input[type="text"]{}
  277.  
  278. /*Forgot password*/
  279.  
  280.  
  281. #sln-salon .sln-input .help-block{}
  282.  
  283. /* SUMMARY STEP*/
  284.  
  285.  
  286. /*Booking details labels*/
  287.  
  288.  
  289. .sln-summary-row .label, #sln-salon .sln-summary-row .label{}
  290.  
  291.  
  292. /*Booking details values*/
  293.  
  294. .sln-data-val{}
  295.  
  296. /*Booking total amount label*/
  297.  
  298. .sln-total-label{}
  299.  
  300. /*Booking total amount value*/
  301.  
  302. .sln-total-price{}
  303.  
  304.  
  305. /*Terms & Condition text block*/
  306.  
  307. .sln-summary__terms{}
  308.  
  309.  
  310. /*LAST STEP*/
  311.  
  312. /*Booking confirmation block*/
  313.  
  314. #sln-salon .sln-thankyou--okbox{}
  315.  
  316. /*Booking status message block*/
  317.  
  318. h2.sln-icon-wrapper{}
  319.  
  320.  
  321. /*Booking status icon*/
  322.  
  323. #sln-salon .sln-thankyou--okbox .sln-icon-wrapper .sln-icon{}
  324.  
  325. /*Booking number text*/
  326.  
  327. #sln-salon .sln-thankyou--okbox h3{}
  328.  
  329. /*Booking number value*/
  330.  
  331. #sln-salon .sln-thankyou--okbox h4{}
  332.  
  333. /*Booking final notes*/
  334.  
  335. .sln-step-thankyou .sln-alert{}
Add Comment
Please, Sign In to add comment