Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ForexWeb
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
amal
ForexWeb
Commits
14924ae9
Commit
14924ae9
authored
Mar 06, 2019
by
Adarsh K
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!2
parents
1bca2a4e
fa9327b5
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
195 additions
and
6 deletions
+195
-6
app.module.ts
src/app/app.module.ts
+1
-0
index.component.scss
src/app/checker/index/index.component.scss
+2
-0
editprovider.component.html
src/app/delivery/editprovider/editprovider.component.html
+59
-3
editprovider.component.ts
src/app/delivery/editprovider/editprovider.component.ts
+1
-0
index.component.scss
src/app/delivery/index/index.component.scss
+2
-0
index.component.scss
src/app/forex/index/index.component.scss
+2
-0
index.component.html
src/app/start/index/index.component.html
+3
-3
index.component.scss
src/app/start/index/index.component.scss
+7
-0
styles.scss
src/styles.scss
+118
-0
No files found.
src/app/app.module.ts
View file @
14924ae9
...
...
@@ -15,6 +15,7 @@ import {StartModule} from './start/start.module';
@
NgModule
({
declarations
:
[
AppComponent
...
...
src/app/checker/index/index.component.scss
View file @
14924ae9
.delivery_provider_content
{
width
:
80%
;
margin
:
0
auto
;
position
:
relative
;
}
\ No newline at end of file
src/app/delivery/editprovider/editprovider.component.html
View file @
14924ae9
<!-- <div class="custom_loader_wrapper">
<div class="custom_loader_ring"></div>
</div> -->
<div
class=
"alert alert-success alert-dismissible"
>
<a
href=
"#"
class=
"close"
data-dismiss=
"alert"
aria-label=
"close"
>
×
</a>
<strong>
Success!
</strong>
Indicates a successful or positive action.
</div>
<div
class=
"alert alert-danger alert-dismissible"
>
<a
href=
"#"
class=
"close"
data-dismiss=
"alert"
aria-label=
"close"
>
×
</a>
<strong>
Success!
</strong>
Indicates a successful or positive action.
</div>
<div
class=
"alert alert-info alert-dismissible"
>
<a
href=
"#"
class=
"close"
data-dismiss=
"alert"
aria-label=
"close"
>
×
</a>
<strong>
Success!
</strong>
Indicates a successful or positive action.
</div>
<header
class=
"provider_header"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
...
...
@@ -68,7 +83,7 @@
<div
class=
"col"
>
<div
class=
"provider_data_content"
>
<p></p>
<div
class=
"edit_delivery"
>
Edit Delivery Driver
</div>
<div
class=
"edit_delivery"
data-toggle=
"modal"
data-target=
"#edit"
>
Edit Delivery Driver
</div>
</div>
</div>
</div>
...
...
@@ -83,4 +98,45 @@
</div>
</div>
</div>
</section>
\ No newline at end of file
</section>
<div
id=
"edit"
class=
"modal fade"
role=
"dialog"
>
<div
class=
"modal-dialog modal-lg"
>
<div
class=
"modal-content"
>
<div
class=
"forex_modal_wrapper"
>
<div
class=
"forex_modal_header"
>
<h5
class=
"floatLeft"
>
Assign Driver
</h5>
<button
type=
"button"
class=
"close floatRight"
data-dismiss=
"modal"
>
×
</button>
<div
class=
"clear"
></div>
</div>
<div
class=
"forex_inner_wrapper"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
Date
</p>
<input
class=
""
placeholder=
""
type=
"text"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
User
</p>
<input
class=
""
placeholder=
""
type=
"text"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p>
Amount
</p>
<input
class=
""
placeholder=
""
type=
"number"
>
</div>
</div>
</div>
<div
class=
"forex_modal_footer_btn_bay textRight"
>
<button
class=
"okay_btn"
>
Assign
</button>
<button
class=
"cancel_btn"
>
Cancel
</button>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/app/delivery/editprovider/editprovider.component.ts
View file @
14924ae9
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Router
,
ActivatedRoute
}
from
'@angular/router'
;
@
Component
({
selector
:
'app-editprovider'
,
templateUrl
:
'./editprovider.component.html'
,
...
...
src/app/delivery/index/index.component.scss
View file @
14924ae9
.delivery_provider_content
{
width
:
80%
;
margin
:
0
auto
;
position
:
relative
;
}
\ No newline at end of file
src/app/forex/index/index.component.scss
View file @
14924ae9
.delivery_provider_content
{
width
:
80%
;
margin
:
0
auto
;
position
:
relative
;
}
\ No newline at end of file
src/app/start/index/index.component.html
View file @
14924ae9
<router-outlet></router-outlet>
\ No newline at end of file
<div
class=
"delivery_provider_content"
>
<router-outlet></router-outlet>
</div>
src/app/start/index/index.component.scss
View file @
14924ae9
.delivery_provider_content
{
width
:
80%
;
margin
:
0
auto
;
position
:
relative
;
}
\ No newline at end of file
src/styles.scss
View file @
14924ae9
...
...
@@ -515,3 +515,121 @@ section.module.parallax {
0
%
{
transform
:
rotate
(
0deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
}
/* COMMON-MODAL */
.forex_modal_wrapper
{
background
:
#fff
;
.forex_modal_header
{
background
:
#1a5c7c
;
padding
:
10px
;
h5
{
margin
:
0px
;
color
:
#fff
;
font-size
:
18px
;
font-weight
:
400
;
}
.close
{
color
:
#fff
;
&
:focus
{
outline
:
none
;
}
}
}
.forex_inner_wrapper
{
padding
:
15px
;
padding-bottom
:
0px
;
.row
{
margin-bottom
:
10px
;
p
{
color
:
#464646
;
margin
:
0px
;
padding-bottom
:
5px
;
font-weight
:
500
;
}
input
{
border
:
1px
solid
#b4b4b4
;
height
:
40px
;
padding-left
:
10px
;
padding-right
:
10px
;
width
:
100%
;
}
}
}
.forex_modal_footer_btn_bay
{
padding
:
10px
;
.okay_btn
{
background
:
#cd3d3d
;
color
:
#fff
;
border-radius
:
20px
;
height
:
35px
;
border
:
none
;
padding-left
:
8%
;
padding-right
:
8%
;
margin
:
5px
;
&
:focus
{
outline
:none
;
}
}
.cancel_btn
{
background
:
#1a5c7c
;
color
:
#fff
;
border-radius
:
20px
;
height
:
35px
;
padding-left
:
8%
;
padding-right
:
8%
;
border
:
none
;
margin
:
3px
;
&
:focus
{
outline
:none
;
}
}
}
}
.custom_loader_wrapper
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
right
:
0px
;
bottom
:
0px
;
background
:
rgba
(
273
,
273
,
273
,
0
.8
);
text-align
:
center
;
z-index
:
99999
;
text-align
:
center
;
align-items
:
center
;
display
:
flex
;
justify-content
:
center
;
}
.custom_loader_ring
{
display
:
inline-block
;
width
:
100px
;
height
:
100px
;
}
.custom_loader_ring
:after
{
content
:
" "
;
display
:
block
;
width
:
100px
;
height
:
100px
;
margin
:
1px
;
border-radius
:
50%
;
border
:
10px
solid
#1a5c7c
;
border-color
:
#1a5c7c
transparent
#1a5c7c
transparent
;
animation
:
custom_loader_ring
1
.2s
linear
infinite
;
}
@keyframes
custom_loader_ring
{
0
%
{
transform
:
rotate
(
0deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
}
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