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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
12 deletions
+24
-12
home.page.html
src/app/home/home.page.html
+10
-11
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
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
<div
class=
"home_sub_header"
>
<div
class=
"home_sub_header"
>
<span
class=
"floatLeft"
>
Nearby Shopping Centers
</span>
<span
class=
"floatLeft"
>
Nearby Shopping Centers
</span>
<span
class=
"floatRight"
>
<span
class=
"floatRight"
>
<div
class=
"nearby_icon"
(
click
)="
goToPage
('
nearby
')"
></div>
<div
class=
"nearby_icon"
(
click
)="
goToPage
('
nearby
')"
></div>
</span>
</span>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
<div
class=
"nearby_shop_list"
>
<div
class=
"nearby_shop_list"
>
...
@@ -77,8 +77,8 @@
...
@@ -77,8 +77,8 @@
<h5>
<h5>
<span
class=
"floatLeft"
>
{{center.centerName}}
</span>
<span
class=
"floatLeft"
>
{{center.centerName}}
</span>
<span
class=
"floatRight"
>
0
<span
class=
"floatRight"
>
0
<img
src=
"../assets/Path61_2.png"
/>
<img
src=
"../assets/Path61_2.png"
/>
</span>
</span>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</h5>
</h5>
<p>
{{center.description}}
</p>
<p>
{{center.description}}
</p>
...
@@ -105,8 +105,8 @@
...
@@ -105,8 +105,8 @@
<div
*
ngIf=
"isShow"
[@
slideInOut
]
>
<div
*
ngIf=
"isShow"
[@
slideInOut
]
>
<div
class=
"nav_header"
>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
istoggle
()"
>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
istoggle
()"
>
<img
src=
"../assets/Group17_2.png"
/>
<img
src=
"../assets/Group17_2.png"
/>
</button>
</button>
<div
class=
"nav_title floatLeft"
>
<div
class=
"nav_title floatLeft"
>
<h4>
CHANGE LOCATION
</h4>
<h4>
CHANGE LOCATION
</h4>
</div>
</div>
...
@@ -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