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
62d9a55e
Commit
62d9a55e
authored
May 23, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23-05-2019|16:58
parent
a916ef9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
searchbar.component.scss
src/app/purchase/searchbar/searchbar.component.scss
+11
-8
No files found.
src/app/purchase/searchbar/searchbar.component.scss
View file @
62d9a55e
...
@@ -12,19 +12,21 @@
...
@@ -12,19 +12,21 @@
top
:
55px
;
top
:
55px
;
width
:
100%
;
width
:
100%
;
z-index
:
9999
;
z-index
:
9999
;
-webkit-box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
75
);
-webkit-box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
2
);
-moz-box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
75
);
-moz-box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
2
);
box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
75
);
box-shadow
:
-1px
9px
14px
-5px
rgba
(
0
,
0
,
0
,
0
.
2
);
ul
{
ul
{
margin
:
0px
;
margin
:
0px
;
padding
:
0px
;
padding
:
0px
;
li
{
li
{
list-style
:
none
;
list-style
:
none
;
padding
:
8px
;
padding
:
5px
;
padding-left
:
10px
;
cursor
:
pointer
;
cursor
:
pointer
;
border-bottom
:
1px
solid
#f8f8f8
;
.search_list_image
{
.search_list_image
{
width
:
4
0px
;
width
:
3
0px
;
height
:
4
0px
;
height
:
3
0px
;
background
:
#a8a8a8
;
background
:
#a8a8a8
;
border-radius
:
50%
;
border-radius
:
50%
;
float
:
left
;
float
:
left
;
...
@@ -37,8 +39,9 @@ box-shadow: -1px 9px 14px -5px rgba(0,0,0,0.75);
...
@@ -37,8 +39,9 @@ box-shadow: -1px 9px 14px -5px rgba(0,0,0,0.75);
}
}
}
}
p
{
p
{
width
:
calc
(
100%
-
40px
);
width
:
calc
(
100%
-
30px
);
padding
:
10px
;
padding
:
3px
;
padding-left
:
15px
;
margin
:
0px
;
margin
:
0px
;
float
:
left
;
float
:
left
;
}
}
...
...
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