1
1
# btn-1cc-mini-cart {
2
- display : block !important ;
3
- width : 100% ;
2
+ display : block !important ;
3
+ width : 100% ;
4
4
}
5
5
# rzp-spinner-backdrop {
6
- position : fixed;
7
- top : 0 ;
8
- left : 0 ;
9
- z-index : 9999 ;
10
- width : 100% ;
11
- height : 100% ;
12
- background : rgba (0 , 0 , 0 );
13
- visibility : hidden;
14
- opacity : 0 ;
6
+ position : fixed;
7
+ top : 0 ;
8
+ left : 0 ;
9
+ z-index : 9999 ;
10
+ width : 100% ;
11
+ height : 100% ;
12
+ background : rgba (0 , 0 , 0 );
13
+ visibility : hidden;
14
+ opacity : 0 ;
15
15
}
16
16
# rzp-spinner-backdrop .show {
17
- visibility : visible;
18
- opacity : 0.4 ;
17
+ visibility : visible;
18
+ opacity : 0.4 ;
19
19
}
20
20
# rzp-spinner {
21
- visibility : hidden;
22
- opacity : 0 ;
23
- /* positioning and centering */
24
- position : fixed;
25
- left : 0 ;
26
- top : 0 ;
27
- bottom : 0 ;
28
- right : 0 ;
29
- margin : auto;
30
- z-index : 10000 ;
31
- display : flex !important ;
32
- align-items : center;
33
- justify-content : center;
21
+ visibility : hidden;
22
+ opacity : 0 ;
23
+ /* positioning and centering */
24
+ position : fixed;
25
+ left : 0 ;
26
+ top : 0 ;
27
+ bottom : 0 ;
28
+ right : 0 ;
29
+ margin : auto;
30
+ z-index : 10000 ;
31
+ display : flex !important ;
32
+ align-items : center;
33
+ justify-content : center;
34
34
}
35
35
# rzp-spinner .show {
36
- visibility : visible;
37
- opacity : 1 ;
36
+ visibility : visible;
37
+ opacity : 1 ;
38
38
}
39
39
@keyframes rotate {
40
- 0% {
41
- transform : rotate (0 );
42
- }
43
- 100% {
44
- transform : rotate (360deg );
45
- }
40
+ 0% {
41
+ transform : rotate (0 );
42
+ }
43
+ 100% {
44
+ transform : rotate (360deg );
45
+ }
46
46
}
47
47
# loading-indicator {
48
- border-radius : 50% ;
49
- width : 80px ;
50
- height : 80px ;
51
- border : 4px solid;
52
- border-color : rgb (59 , 124 , 245 ) transparent rgb (59 , 124 , 245 ) rgb (59 , 124 , 245 ) !important ;
53
- animation : 1s linear 0s infinite normal none running rotate;
54
- margin-top : 2px ;
55
- box-sizing : content-box;
48
+ border-radius : 50% ;
49
+ width : 80px ;
50
+ height : 80px ;
51
+ border : 4px solid;
52
+ border-color : rgb (59 , 124 , 245 ) transparent rgb (59 , 124 , 245 ) rgb (59 , 124 , 245 ) !important ;
53
+ animation : 1s linear 0s infinite normal none running rotate;
54
+ margin-top : 2px ;
55
+ box-sizing : content-box;
56
56
}
57
57
# icon {
58
- position : absolute;
58
+ position : absolute;
59
59
}
60
- # rzp-logo {
61
- width : auto;
62
- height : 80px !important ;
60
+ # rzp-logo {
61
+ width : auto;
62
+ height : 80px !important ;
63
63
}
64
64
@media (max-device-height : 768px ), (max-device-width : 768px ) {
65
- # loading-indicator {
66
- width : 45px ;
67
- height : 45px ;
68
- }
69
- # rzp-logo {
70
- height : 45px !important ;
71
- }
65
+ # loading-indicator {
66
+ width : 45px ;
67
+ height : 45px ;
68
+ }
69
+ # rzp-logo {
70
+ height : 45px !important ;
71
+ }
72
72
}
73
73
.button-1cc-wrapper {
74
- display : flex;
75
- font-size : 11px ;
76
- align-items : center;
77
- justify-content : center;
74
+ display : flex;
75
+ font-size : 11px ;
76
+ align-items : center;
77
+ justify-content : center;
78
78
}
79
79
.button-1cc-text {
80
- padding-left : 5px ;
81
- color : # fff !important ;
80
+ padding-left : 5px ;
81
+ color : # fff !important ;
82
+ padding-top : 3px ;
82
83
}
83
84
.btn-1cc-container {
84
- background-image : linear-gradient (to right, # 005BF2, # 1E4C9C ) !important ;
85
- margin-left : 5px ;
86
- color : white;
87
- margin-top : 12px ;
88
- border-radius : 4px !important ;
89
- font-weight : bold;
90
- margin : 0px ;
91
- }
85
+ background-image : linear-gradient (to right, # 005BF2, # 1E4C9C ) !important ;
86
+ margin-left : 5px ;
87
+ color : white;
88
+ margin-top : 12px ;
89
+ border-radius : 4px !important ;
90
+ font-weight : bold;
91
+ margin : 0px ;
92
+ }
92
93
.rzp-btn-icon {
93
- display : flex;
94
- justify-content : center;
95
- padding : 5px 0px 10px
94
+ display : flex;
95
+ justify-content : center;
96
+ padding : 5px 0px 10px
96
97
}
97
98
.btn-1cc-section {
98
- display : flex;
99
- flex-direction : column;
100
- width : 100% ;
101
- align-items : center;
99
+ display : flex;
100
+ flex-direction : column;
101
+ width : 100% ;
102
+ align-items : center;
102
103
}
103
104
# btn-1cc-pdp {
104
- display : flex;
105
- align-items : center;
106
- margin-left : 5px ;
105
+ display : flex;
106
+ align-items : center;
107
+ margin-left : 5px ;
108
+ justify-content : center;
109
+ margin-bottom : 0px ;
110
+ border : transparent;
111
+ padding : 10px 20px ;
107
112
}
108
113
# btn-1cc-pdp : before {
109
- content : '' !important ;
114
+ content : '' !important ;
115
+ margin : 0px ;
110
116
}
111
117
# btn-1cc-pdp : after {
112
- content : '' !important ;
118
+ content : '' !important ;
113
119
}
114
120
# btn-1cc : after {
115
- content : '' !important ;
121
+ content : '' !important ;
116
122
}
117
123
# btn-1cc {
118
- display : flex !important ;
119
- justify-content : center;
120
- align-items : center;
121
- width : 100% ;
122
- }
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
124
+ display : flex !important ;
125
+ justify-content : center;
126
+ align-items : center;
127
+ width : 100% ;
128
+ margin-bottom : 0px ;
129
+ border : transparent;
130
+ }
131
+ # btn-1cc-mini-cart {
132
+ background : linear-gradient (to right, # 005BF2, # 1E4C9C ) !important ;
133
+ border : transparent;
134
+ margin-bottom : 0px ;
135
+ }
0 commit comments