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
c139e682
Commit
c139e682
authored
Feb 27, 2020
by
Arjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storelist style fix
parent
4b4b4683
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
catstorelist.page.scss
src/app/catstorelist/catstorelist.page.scss
+9
-10
No files found.
src/app/catstorelist/catstorelist.page.scss
View file @
c139e682
.home_wrapper
{
.home_wrapper
{
width
:
100%
;
width
:
100%
;
padding-bottom
:
50px
;
.home_banner
{
.home_banner
{
width
:
100%
;
width
:
100%
;
height
:
300px
;
height
:
300px
;
...
@@ -150,12 +151,11 @@
...
@@ -150,12 +151,11 @@
width
:
120px
;
width
:
120px
;
height
:
125px
;
height
:
125px
;
float
:
left
;
float
:
left
;
background-color
:
#a8a8a8
;
border-radius
:
8px
;
border-radius
:
8px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
object-fit
:
cover
;
object-fit
:
contain
;
object-position
:
center
;
object-position
:
center
;
}
}
}
}
...
@@ -296,14 +296,14 @@
...
@@ -296,14 +296,14 @@
.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
&
+
label
{
&
+
label
{
position
:
relative
;
position
:
relative
;
cursor
:
pointer
;
cursor
:
pointer
;
padding
:
0
;
padding
:
0
;
width
:
100%
;
width
:
100%
;
}
}
// Box.
// Box.
&
+
label
:before
{
&
+
label
:before
{
content
:
''
;
content
:
''
;
margin-right
:
10px
;
margin-right
:
10px
;
display
:
inline-block
;
display
:
inline-block
;
...
@@ -314,21 +314,21 @@
...
@@ -314,21 +314,21 @@
background
:
white
;
background
:
white
;
border
:
1px
solid
rgba
(
215
,
213
,
228
,
1
);
border
:
1px
solid
rgba
(
215
,
213
,
228
,
1
);
}
}
&
:checked
+
label
:before
{
&
:checked
+
label
:before
{
background
:
#29285b
;
background
:
#29285b
;
}
}
// Disabled state label.
// Disabled state label.
&
:disabled
+
label
{
&
:disabled
+
label
{
color
:
#b8b8b8
;
color
:
#b8b8b8
;
cursor
:
auto
;
cursor
:
auto
;
}
}
// Disabled box.
// Disabled box.
&
:disabled
+
label
:before
{
&
:disabled
+
label
:before
{
box-shadow
:
none
;
box-shadow
:
none
;
background
:
#ddd
;
background
:
#ddd
;
}
}
// Checkmark. Could be replaced with an image
// Checkmark. Could be replaced with an image
&
:checked
+
label
:after
{
&
:checked
+
label
:after
{
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
left
:
6px
;
left
:
6px
;
...
@@ -336,8 +336,7 @@
...
@@ -336,8 +336,7 @@
background
:
white
;
background
:
white
;
width
:
2px
;
width
:
2px
;
height
:
2px
;
height
:
2px
;
box-shadow
:
2px
0
0
white
,
4px
0
0
white
,
4px
-2px
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
;
4px
-4px
0
white
,
4px
-6px
0
white
,
4px
-8px
0
white
;
transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
}
}
}
}
...
...
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