Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
getme
Commits
6755c93e
Commit
6755c93e
authored
Feb 12, 2020
by
Arjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style fix - nearby
parent
29c6bd46
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
home.page.html
src/app/home/home.page.html
+4
-5
home.page.scss
src/app/home/home.page.scss
+13
-0
nearby.page.scss
src/app/nearby/nearby.page.scss
+1
-1
No files found.
src/app/home/home.page.html
View file @
6755c93e
...
@@ -117,11 +117,10 @@
...
@@ -117,11 +117,10 @@
<agm-marker
[
latitude
]="
lat
"
[
longitude
]="
lng
"
></agm-marker>
<agm-marker
[
latitude
]="
lat
"
[
longitude
]="
lng
"
></agm-marker>
</agm-map>
</agm-map>
<div
class=
"add_address_wrapper"
>
<div
class=
"add_address_wrapper"
>
<h5>
<div
class=
"add-address-c"
>
<span
class=
"floatLeft"
>
NEW ADDRESS
</span>
<span>
NEW ADDRESS
</span>
<span
class=
"floatRight"
(
click
)="
istoggle
();
goToPage
('
nearby
')"
>
ADD NEW
</span>
<span
(
click
)="
istoggle
();
goToPage
('
nearby
')"
>
ADD NEW
</span>
<div
class=
"clear"
></div>
</div>
</h5>
<ul
class=
"address-ul"
*
ngIf=
"addressService.addressList && addressService.addressList.length > 0"
>
<ul
class=
"address-ul"
*
ngIf=
"addressService.addressList && addressService.addressList.length > 0"
>
<li
*
ngFor=
"let address of addressService.addressList; let i = index"
>
<li
*
ngFor=
"let address of addressService.addressList; let i = index"
>
<div
class=
"floatLeft"
>
<div
class=
"floatLeft"
>
...
...
src/app/home/home.page.scss
View file @
6755c93e
...
@@ -265,6 +265,8 @@
...
@@ -265,6 +265,8 @@
bottom
:
0px
;
bottom
:
0px
;
left
:
0px
;
left
:
0px
;
right
:
0px
;
right
:
0px
;
overflow
:
scroll
;
top
:
40%
;
padding
:
20px
20px
50px
20px
;
padding
:
20px
20px
50px
20px
;
border-top-left-radius
:
15px
;
border-top-left-radius
:
15px
;
border-top-right-radius
:
15px
;
border-top-right-radius
:
15px
;
...
@@ -278,6 +280,17 @@
...
@@ -278,6 +280,17 @@
padding
:
0px
;
padding
:
0px
;
font-weight
:
800
;
font-weight
:
800
;
}
}
.add-address-c
{
display
:
flex
;
justify-content
:
space-between
;
width
:
100%
;
span
{
color
:
rgba
(
41
,
40
,
91
,
1
);
margin
:
0px
;
padding
:
0px
;
font-weight
:
800
;
}
}
.styled-checkbox
{
.styled-checkbox
{
position
:
absolute
;
// take it out of document flow
position
:
absolute
;
// take it out of document flow
opacity
:
0
;
// hide it
opacity
:
0
;
// hide it
...
...
src/app/nearby/nearby.page.scss
View file @
6755c93e
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
padding-right
:
10px
;
padding-right
:
10px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
outline
:
none
;
outline
:
none
;
transition
:
all
.4s
ease-in-out
;
transition
:
all
0
.4s
ease-in-out
;
&
:
:
placeholder
{
&
:
:
placeholder
{
color
:
rgba
(
215
,
213
,
228
,
1
);
color
:
rgba
(
215
,
213
,
228
,
1
);
}
}
...
...
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