Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ivrnet_payment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad
ivrnet_payment
Commits
ca3bc5f4
Commit
ca3bc5f4
authored
Nov 17, 2023
by
Bilal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed responsiveness issues
parent
9b02f407
Pipeline
#9481
canceled with stage
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
src/App.js
src/App.js
+8
-6
src/component/Telepay.js
src/component/Telepay.js
+1
-1
No files found.
src/App.js
View file @
ca3bc5f4
...
...
@@ -6,7 +6,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
function
App
()
{
return
(
<
div
className
=
'
App
'
>
<
div
className
=
'
row
'
>
<
div
className
=
'
row
m-0 p-0
'
>
<
div
className
=
'
d-large position-fixed col-md-2 h-100 logo-back
'
>
<
div
className
=
'
mb-2
'
>
<
img
src
=
{
logo
}
className
=
'
App-logo
'
alt
=
'
logo
'
/>
...
...
@@ -20,14 +20,16 @@ function App() {
<
/div
>
<
h3
className
=
'
text-white
'
>
Ivrnet
<
/h3
>
<
/div
>
<
div
className
=
'
p-5
'
>
<
div
className
=
'
offset-md-2 col-md-8
'
>
<
header
className
=
'
mb-4 mt
-4
'
>
<
header
className
=
'
mb
-4
'
>
<
h3
className
=
'
text-center
'
>
Payment
Details
<
/h3
>
<
/header
>
<
TelepayForm
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
);
}
...
...
src/component/Telepay.js
View file @
ca3bc5f4
...
...
@@ -242,7 +242,7 @@ const TelepayForm = () => {
required
/>
<
/div
>
<
div
className
=
'
col
'
>
<
div
className
=
'
col
-1
'
>
<
button
type
=
'
button
'
className
=
'
btn-close
'
aria
-
label
=
'
Close
'
onClick
=
{()
=>
handleDeleteLineItem
(
index
)}
><
/button
>
<
/div
>
...
...
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