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
d340cb0c
Commit
d340cb0c
authored
Mar 06, 2019
by
amal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6/3/2019
parent
b59207b9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
122 additions
and
1 deletion
+122
-1
app.module.ts
src/app/app.module.ts
+1
-0
editprovider.component.html
src/app/delivery/editprovider/editprovider.component.html
+43
-1
editprovider.component.ts
src/app/delivery/editprovider/editprovider.component.ts
+1
-0
styles.scss
src/styles.scss
+77
-0
No files found.
src/app/app.module.ts
View file @
d340cb0c
...
@@ -15,6 +15,7 @@ import {StartModule} from './start/start.module';
...
@@ -15,6 +15,7 @@ import {StartModule} from './start/start.module';
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
AppComponent
AppComponent
...
...
src/app/delivery/editprovider/editprovider.component.html
View file @
d340cb0c
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<div
class=
"col"
>
<div
class=
"col"
>
<div
class=
"provider_data_content"
>
<div
class=
"provider_data_content"
>
<p></p>
<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>
</div>
</div>
</div>
...
@@ -84,3 +84,44 @@
...
@@ -84,3 +84,44 @@
</div>
</div>
</div>
</div>
</section>
</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 @
d340cb0c
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Router
,
ActivatedRoute
}
from
'@angular/router'
;
import
{
Router
,
ActivatedRoute
}
from
'@angular/router'
;
@
Component
({
@
Component
({
selector
:
'app-editprovider'
,
selector
:
'app-editprovider'
,
templateUrl
:
'./editprovider.component.html'
,
templateUrl
:
'./editprovider.component.html'
,
...
...
src/styles.scss
View file @
d340cb0c
...
@@ -515,3 +515,80 @@ section.module.parallax {
...
@@ -515,3 +515,80 @@ section.module.parallax {
0
%
{
transform
:
rotate
(
0deg
);
}
0
%
{
transform
:
rotate
(
0deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
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
;
}
}
}
}
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