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
6abb0eb2
Commit
6abb0eb2
authored
Feb 05, 2020
by
muhsin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed nearby styles
parent
d879de5e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
69 deletions
+25
-69
nearby.page.scss
src/app/nearby/nearby.page.scss
+22
-66
profile.page.scss
src/app/profile/profile.page.scss
+3
-3
No files found.
src/app/nearby/nearby.page.scss
View file @
6abb0eb2
...
...
@@ -46,81 +46,36 @@
padding
:
0px
;
font-weight
:
800
;
}
ul
{
margin
:
0px
;
padding
:
0px
;
padding-top
:
30px
;
li
{
list-style
:
none
;
margin-bottom
:
15px
;
p
{
margin
:
0px
;
padding
:
0px
;
color
:
rgba
(
176
,
174
,
199
,
1
);
padding-top
:
5px
;
padding-bottom
:
5px
;
}
.styled-checkbox
{
position
:
absolute
;
// take it out of document flow
opacity
:
0
;
// hide it
&
+
label
{
position
:
relative
;
cursor
:
pointer
;
padding
:
0
;
input
{
width
:
100%
;
}
// Box.
&
+
label
:before
{
content
:
''
;
margin-right
:
10px
;
display
:
inline-block
;
vertical-align
:
text-top
;
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
background
:
white
;
border
:
1px
solid
rgba
(
215
,
213
,
228
,
1
);
}
&
:checked
+
label
:before
{
background
:
#29285b
;
}
// Disabled state label.
&
:disabled
+
label
{
color
:
#b8b8b8
;
cursor
:
auto
;
}
// Disabled box.
&
:disabled
+
label
:before
{
box-shadow
:
none
;
background
:
#ddd
;
}
// Checkmark. Could be replaced with an image
&
:checked
+
label
:after
{
content
:
''
;
position
:
absolute
;
left
:
6px
;
top
:
10px
;
background
:
white
;
width
:
2px
;
height
:
2px
;
box-shadow
:
2px
0
0
white
,
4px
0
0
white
,
4px
-2px
0
white
,
4px
-4px
0
white
,
4px
-6px
0
white
,
4px
-8px
0
white
;
transform
:
rotate
(
45deg
);
}
}
}
height
:
45px
;
border
:
1px
solid
#e1e0eb
;
border-radius
:
4px
;
padding-left
:
10px
;
padding-right
:
10px
;
margin-bottom
:
20px
;
}
.add_btn
{
width
:
100%
;
height
:
45px
;
background-color
:
#29285b
;
color
:
#fff
;
border-radius
:
4px
;
}
}
.styled-checkbox
{
position
:
absolute
;
// take it out of document flow
opacity
:
0
;
// hide it
&
+
label
{
&
+
label
{
position
:
relative
;
cursor
:
pointer
;
padding
:
0
;
}
// Box.
&
+
label
:before
{
&
+
label
:before
{
content
:
''
;
margin-right
:
10px
;
display
:
inline-block
;
...
...
@@ -133,21 +88,21 @@
}
// Box hover
// Box checked
&
:checked
+
label
:before
{
&
:checked
+
label
:before
{
background
:
#29285b
;
}
// Disabled state label.
&
:disabled
+
label
{
&
:disabled
+
label
{
color
:
#b8b8b8
;
cursor
:
auto
;
}
// Disabled box.
&
:disabled
+
label
:before
{
&
:disabled
+
label
:before
{
box-shadow
:
none
;
background
:
#ddd
;
}
// Checkmark. Could be replaced with an image
&
:checked
+
label
:after
{
&
:checked
+
label
:after
{
content
:
''
;
position
:
absolute
;
left
:
6px
;
...
...
@@ -155,7 +110,8 @@
background
:
white
;
width
:
2px
;
height
:
2px
;
box-shadow
:
2px
0
0
white
,
4px
0
0
white
,
4px
-2px
0
white
,
4px
-4px
0
white
,
4px
-6px
0
white
,
4px
-8px
0
white
;
box-shadow
:
2px
0
0
white
,
4px
0
0
white
,
4px
-2px
0
white
,
4px
-4px
0
white
,
4px
-6px
0
white
,
4px
-8px
0
white
;
transform
:
rotate
(
45deg
);
}
}
src/app/profile/profile.page.scss
View file @
6abb0eb2
...
...
@@ -82,11 +82,11 @@
width
:
20px
;
}
}
}
.ar-span
{
color
:
rgba
(
206
,
153
,
76
,
1
);
margin-left
:
10px
;
}
}
p
{
margin
:
0px
;
padding
:
0px
;
...
...
@@ -162,8 +162,8 @@
text-transform
:
uppercase
;
}
.btn-cancel
{
border
:
1px
solid
#29285B
;
background-color
:
#29285B
;
border
:
1px
solid
#29285b
;
background-color
:
#29285b
;
}
.btn-logout
{
background-color
:
#fff
;
...
...
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