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
fa9327b5
Commit
fa9327b5
authored
Mar 06, 2019
by
amal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6/3/2019
parent
f693bd2d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
72 additions
and
3 deletions
+72
-3
index.component.scss
src/app/checker/index/index.component.scss
+2
-0
editprovider.component.html
src/app/delivery/editprovider/editprovider.component.html
+15
-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
+41
-0
No files found.
src/app/checker/index/index.component.scss
View file @
fa9327b5
.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 @
fa9327b5
<!-- <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"
>
...
...
src/app/delivery/index/index.component.scss
View file @
fa9327b5
.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 @
fa9327b5
.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 @
fa9327b5
<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 @
fa9327b5
.delivery_provider_content
{
width
:
80%
;
margin
:
0
auto
;
position
:
relative
;
}
\ No newline at end of file
src/styles.scss
View file @
fa9327b5
...
...
@@ -592,3 +592,44 @@ section.module.parallax {
}
}
}
.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