Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

selectdelivery.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. html,body{
  2. height: 100%;
  3. }
  4. :root{
  5. --info-header-color: blue;
  6. }
  7. h5{
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .mianselectdelivery{
  12. min-height: 100vh;
  13. }
  14. .info-numberbox{
  15. background: linear-gradient(145deg,rgb(27,45,83,0.9),rgb(10,19,34)) !important;
  16. color: white;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. font-size: 14px;
  21. font-weight: 700;
  22. border-radius: 50%;
  23. height: 30px;
  24. width: 30px;
  25. line-height: 1;
  26. }
  27. .info-numberbox.selectdonefiled{
  28. background-color: #f3f3f3;
  29. }
  30. .addresslabel{
  31. position: relative;
  32. }
  33. .addressedit{
  34. position: absolute;
  35. top: 0;
  36. right: 0;
  37. cursor: pointer;
  38. text-transform: uppercase;
  39. font-weight: 500;
  40. font-size: 14px;
  41. }
  42. .addresscontrol input{
  43. width: 50px;
  44. }
  45. .rounded-contain{
  46. width: 25px;
  47. height: 25px;
  48. border: 1px solid #c2c2c2;
  49. border-radius: 25px;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. cursor: pointer;
  54. }
  55. .selectaddressimgshow{
  56. width: 130px;
  57. }
  58. .displayadress{
  59. }
  60. .changeaddressbtn{
  61. position: absolute;
  62. top:50%;
  63. right: 0;
  64. width: max-content;
  65. transform: translateY(-50%);
  66. }
  67. .detailsAddressBg{
  68. background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8% , rgb(32, 38, 57) 100.4%);
  69. color: white;
  70. }
  71. .paymentgatewaypage{
  72. width: 100vw;
  73. height: 100vh;
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. background: rgba(0, 0, 0, 0.378);
  78. color: white;
  79. font-weight: 800;
  80. display: flex;
  81. justify-content: center;
  82. align-items: center;
  83. flex-direction: column;
  84. z-index: 9999;
  85. }
  86. .select2-container--default{
  87. width: 100% !important;
  88. }
  89. .select2-selection__clear span{
  90. display: none !important;
  91. }
  92. .select2-selection__rendered {
  93. line-height: 50px !important;
  94. }
  95. .select2-container .select2-selection--single {
  96. height: 60px !important;
  97. }
  98. .select2-selection__arrow {
  99. height: 50px !important;
  100. }
  101. [name="payment"]:checked ~ label{
  102. border: 1px solid blue ;
  103. }