Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
4b6027f4
Commit
4b6027f4
authored
Jan 24, 2022
by
Antonio.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CDS Popup Banner [CSS and Missing Image fix]
parent
c5795e66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
2 deletions
+103
-2
common.css
css/common.css
+103
-2
pop-up-banner.jpg
img/pop-up-banner.jpg
+0
-0
No files found.
css/common.css
View file @
4b6027f4
...
@@ -988,7 +988,7 @@ i.notice{
...
@@ -988,7 +988,7 @@ i.notice{
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}*/
}*/
.overlay-cont
,
.error-cont
,
.loading-cont
{
.overlay-cont
,
.error-cont
,
.loading-cont
,
.add-pop-cont
{
visibility
:
hidden
;
visibility
:
hidden
;
position
:
fixed
;
position
:
fixed
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
background
:
rgba
(
0
,
0
,
0
,
0.5
);
...
@@ -1000,7 +1000,7 @@ i.notice{
...
@@ -1000,7 +1000,7 @@ i.notice{
right
:
0
;
right
:
0
;
}
}
@media
(
max-width
:
1024px
){
@media
(
max-width
:
1024px
){
.overlay-cont
,
.error-cont
,
.loading-cont
{
.overlay-cont
,
.error-cont
,
.loading-cont
,
.add-pop-cont
{
position
:
absolute
;
position
:
absolute
;
}
}
}
}
...
@@ -1050,6 +1050,25 @@ i.notice{
...
@@ -1050,6 +1050,25 @@ i.notice{
opacity
:
1
;
opacity
:
1
;
}
}
.add-popup
{
position
:
relative
;
width
:
100%
;
max-width
:
520px
;
padding
:
20px
;
margin
:
0
auto
;
background
:
#fff
;
border
:
1px
solid
#9e9e9e
;
box-shadow
:
0
0
50px
rgba
(
0
,
0
,
0
,
0.5
);
}
.add-popup
img
{
width
:
100%
;
}
.add-pop-cont.active
{
visibility
:
visible
!important
;
/*text-align: center;*/
opacity
:
1
;
}
/* loading pop-up */
/* loading pop-up */
.loading-popup
{
.loading-popup
{
...
@@ -1088,3 +1107,85 @@ i.notice{
...
@@ -1088,3 +1107,85 @@ i.notice{
0
%
{
transform
:
rotate
(
0deg
);
}
0
%
{
transform
:
rotate
(
0deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
}
}
/*merchant list*/
.merchanttul
{
margin-bottom
:
20px
;
display
:
inline-block
;
width
:
100%
;
}
.merchantul
a
{
/*padding-right: 20px;*/
}
.merchantul
li
{
/*height: 100%;
float: left;
min-height: 130px;
padding: 15px 30px;
width: 25%;*/
/*border-bottom:1px solid #ddd;*/
/* border-right: 1px solid #ddd;
border-top: 1px solid #ddd;*/
float
:
left
;
min-height
:
70px
!important
;
padding
:
10px
20px
;
width
:
25%
;
/* border: solid gray 1px; */
/* border-bottom: 1px solid #ddd;
}
.merchantul li a#CARDPAY, .merchantul li a#JRF, .merchantul li a#INSTANTBANKTRANSFER, .merchantul li a#JRF, .merchantul li a#CUP {
margin: 0 0 0 0;
}
.merchantul li .logofee{
/*display:inline-block;
padding: 10px 30px;*/
}
.merchantul
li
.logofee1
{
display
:
inline-block
;
padding
:
10px
30px
;
}
@media
(
max-width
:
1363px
){
.merchantul
li
{
padding
:
9px
30px
;
/*min-height: 200px !important;*/
}
}
@media
(
max-width
:
435px
){
.merchantul
{
text-align
:
center
;
}
.merchantul
a
{
float
:
initial
!important
;
}
.merchantul
li
.logofee
{
padding
:
10px
0
;
width
:
100%
;
display
:
inline-block
;
/*padding: 10px 30px;*/
}
.merchantul
li
.logofee1
{
padding
:
10px
0
;
width
:
100%
;
}
.merchantul
li
{
width
:
100%
!important
;
}
}
@media
(
max-width
:
1231px
){
.merchantul
li
{
float
:
left
;
min-height
:
100px
;
padding
:
20px
10px
;
width
:
50%
;
/*border-bottom:1px solid #ddd;*/
}
}
.merch_h
{
min-height
:
355px
;
}
.pd-40
{
padding-left
:
40px
;
padding-right
:
40px
;
padding-top
:
20px
;
}
\ No newline at end of file
img/pop-up-banner.jpg
0 → 100644
View file @
4b6027f4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment