Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
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
Tobin
dcarfixers_angular
Commits
ff1803d6
Commit
ff1803d6
authored
Apr 10, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amal 10-04-2019|09:31
parent
2e756211
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
2 deletions
+62
-2
dashboard.component.html
src/app/home/dashboard/dashboard.component.html
+0
-0
dashboard.component.scss
src/app/home/dashboard/dashboard.component.scss
+47
-2
asset_error.png
src/assets/images/asset_error.png
+0
-0
asset_success.png
src/assets/images/asset_success.png
+0
-0
styles.scss
src/styles.scss
+15
-0
No files found.
src/app/home/dashboard/dashboard.component.html
View file @
ff1803d6
This diff is collapsed.
Click to expand it.
src/app/home/dashboard/dashboard.component.scss
View file @
ff1803d6
...
@@ -96,8 +96,10 @@
...
@@ -96,8 +96,10 @@
padding-bottom
:
80px
;
padding-bottom
:
80px
;
#quote_list
{
#quote_list
{
background
:
#fff
!
important
;
thead
{
thead
{
background
:
#2655bf
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
tr
{
tr
{
th
{
th
{
color
:
#fff
;
color
:
#fff
;
...
@@ -115,8 +117,9 @@
...
@@ -115,8 +117,9 @@
}
}
table
{
table
{
width
:
100%
;
width
:
100%
;
background
:
#f8f8f8
;
thead
{
thead
{
background
:
rgba
(
0
,
0
,
0
,
0
.5
)
;
background
:
#2655bf
;
tr
{
tr
{
th
{
th
{
color
:
#fff
;
color
:
#fff
;
...
@@ -124,6 +127,27 @@
...
@@ -124,6 +127,27 @@
font-weight
:
400
;
font-weight
:
400
;
padding
:
5px
;
padding
:
5px
;
padding-left
:
20px
;
padding-left
:
20px
;
&
:nth-child
(
1
)
{
width
:
5%
;
}
&
:nth-child
(
2
)
{
width
:
20%
;
}
&
:nth-child
(
3
)
{
width
:
20%
;
}
&
:nth-child
(
4
)
{
width
:
20%
;
}
&
:nth-child
(
5
)
{
width
:
15%
;
}
&
:nth-child
(
6
)
{
width
:
10%
;
}
&
:nth-child
(
7
)
{
width
:
10%
;
}
}
}
}
}
}
}
...
@@ -152,6 +176,27 @@
...
@@ -152,6 +176,27 @@
.btn_set
{
.btn_set
{
padding
:
7px
;
padding
:
7px
;
}
}
&
:nth-child
(
1
)
{
width
:
5%
;
}
&
:nth-child
(
2
)
{
width
:
20%
;
}
&
:nth-child
(
3
)
{
width
:
20%
;
}
&
:nth-child
(
4
)
{
width
:
20%
;
}
&
:nth-child
(
5
)
{
width
:
15%
;
}
&
:nth-child
(
6
)
{
width
:
10%
;
}
&
:nth-child
(
7
)
{
width
:
10%
;
}
}
}
}
}
}
}
...
...
src/assets/images/asset_error.png
0 → 100644
View file @
ff1803d6
14.6 KB
src/assets/images/asset_success.png
0 → 100644
View file @
ff1803d6
6 KB
src/styles.scss
View file @
ff1803d6
...
@@ -587,3 +587,18 @@ bs-datepicker-container{
...
@@ -587,3 +587,18 @@ bs-datepicker-container{
}
}
.login_success
{
text-align
:
center
;
img
{
width
:
100px
;
}
h4
{
text-align
:
center
;
text-transform
:
capitalize
;
padding-top
:
10%
;
padding-bottom
:
10%
;
font-size
:
26px
;
}
}
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