Ei kuvausta
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

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