Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Julia Santos
Hunger Buster - Breadcrumbs
Commits
144d20ca
Commit
144d20ca
authored
Mar 30, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mainFridgeList.css
parent
75c2d0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
156 additions
and
34 deletions
+156
-34
mainFridgeList.css
HTML and CSS Files/mainFridgeList.css
+156
-34
No files found.
HTML and CSS Files/mainFridgeList.css
View file @
144d20ca
...
...
@@ -10,7 +10,6 @@ body {
color
:
white
;
text-align
:
left
;
}
.breadcrumbsHead
{
font-family
:
"Roboto Bold"
;
font-size
:
46px
;
...
...
@@ -21,16 +20,17 @@ body {
width
:
100vw
;
display
:
grid
;
grid-template-columns
:
repeat
(
6
,
16.67vw
);
grid-template-rows
:
12.5vh
87.5vh
;
text-align
:
left
;
background-color
:
rgba
(
196
,
196
,
196
,
1
);
}
.sidebar
{
height
:
100%
;
position
:
fixed
;
width
:
265px
;
height
:
200vh
;
background-color
:
rgba
(
196
,
196
,
196
,
1
);
display
:
grid
;
grid-template-rows
:
repeat
(
16
,
6.25vh
);
grid-template-columns
:
repeat
(
2
,
8.33vw
);
grid-column
:
1
/
2
;
z-index
:
1
;
...
...
@@ -38,52 +38,39 @@ body {
}
.sideItem
{
display
:
grid
;
grid-template-columns
:
repeat
(
4
);
text-align
:
center
;
background-color
:
rgba
(
104
,
104
,
104
,
1
);
opacity
:
.8
;
background-color
:
rgba
(
104
,
104
,
104
,
0.7
);
transform
:
none
;
}
.sideItem
:hover
{
opacity
:
1
;
transition
:
opacity
.5s
;
}
.sideText
{
font-family
:
"Roboto"
;
font-size
:
24px
;
color
:
white
;
grid-column
:
6
/
7
;
text-align
:
center
;
grid-column
:
2
/
3
;
margin-right
:
5px
;
text-align
:
right
;
}
#fridgeIcon
{
background-color
:
white
;
clip-path
:
circle
();
height
:
100px
;
grid-row
:
2
/
6
;
grid-column
:
1
/
2
;
margin
:
10px
;
}
#recipesIcon
{
background-color
:
white
;
clip-path
:
circle
();
height
:
100px
;
grid-row
:
5
/
9
;
height
:
15vh
;
grid-row
:
1
/
6
;
grid-column
:
1
/
2
;
margin
:
10px
;
}
#statsIcon
{
background-color
:
white
;
clip-path
:
circle
();
height
:
1
00px
;
grid-row
:
8
/
12
;
height
:
1
5vh
;
grid-row
:
4
/
9
;
grid-column
:
1
/
2
;
margin
:
10px
;
}
#toBuyIcon
{
background-color
:
white
;
clip-path
:
circle
();
height
:
1
00px
;
grid-row
:
11
/
15
;
height
:
1
5vh
;
grid-row
:
7
/
12
;
grid-column
:
1
/
2
;
margin
:
10px
;
}
...
...
@@ -91,28 +78,163 @@ body {
grid-row
:
3
/
4
;
grid-column
:
1
/
3
;
}
.recipes
{
.stats
{
grid-row
:
6
/
7
;
grid-column
:
1
/
3
;
}
.
stats
{
.
toBuy
{
grid-row
:
9
/
10
;
grid-column
:
1
/
3
;
}
.toBuy
{
grid-row
:
12
/
13
;
grid-column
:
1
/
3
;
.pageSubhead
{
grid-column
:
2
/
7
;
grid-row
:
1
/
2
;
background-color
:
white
;
display
:
grid
;
grid-template-columns
:
3vw
repeat
(
6
,
15.67vw
)
3vw
;
grid-template-rows
:
repeat
(
3
,
6.25vh
);
}
.subheader
{
font-family
:
"Roboto Medium"
;
font-size
:
10vh
;
grid-column
:
2
/
3
;
text-align
:
center
;
}
.addItem
{
grid-column
:
3
/
4
;
grid-row
:
2
/
3
}
.addItemButton
{
margin-left
:
20px
;
margin-right
:
20px
;
background-color
:
rgba
(
175
,
175
,
175
,
0.7
);
border-radius
:
100px
;
transform
:
none
;
}
.addItemText
{
font-family
:
"Roboto Medium"
;
font-size
:
18px
;
color
:
white
;
text-align
:
center
;
}
.changeView
{
grid-column
:
5
/
6
;
grid-row
:
2
/
3
;
}
.changeViewDropdown
{
background-color
:
rgba
(
228
,
228
,
228
,
0.7
);
transform
:
none
;
}
.changeViewText
{
text-align
:
center
;
font-family
:
"Roboto Medium"
;
font-size
:
14px
;
}
.listView
{
grid-column
:
2
/
7
;
grid-row
:
2
/
3
;
background-color
:
white
;
display
:
grid
;
grid-template-columns
:
0vw
repeat
(
3
,
25vw
)
0vw
;
grid-template-rows
:
repeat
(
4
,
20vh
);
grid-column-gap
:
0vw
;
grid-row-gap
:
3vw
;
}
.listItem
{
background-color
:
rgba
(
237
,
237
,
237
,
0.7
);
display
:
grid
;
grid-template-columns
:
10vw
40vw
20vw
;
grid-template-rows
:
repeat
(
5
,
5vh
);
transform
:
none
;
}
#listIcon
{
grid-column
:
1
/
2
;
grid-row
:
1
/
5
;
text-align
:
center
;
clip-path
:
circle
();
/* width: 150px;
height: 150px*/
background-color
:
rgba
(
196
,
196
,
196
,
1
);
margin
:
5px
;
margin-left
:
130px
;
}
.listText
{
grid-column
:
2
/
3
;
text-align
:
left
;
margin
:
10px
;
margin-left
:
100px
;
}
.daysLeft
{
font-family
:
"Roboto Black"
;
font-size
:
24px
;
}
.product
{
font-family
:
"Roboto"
;
font-size
:
20px
;
}
.category
{
font-family
:
"Roboto"
;
font-size
:
14px
;
}
.listToBuy
{
grid-column
:
3
/
4
;
grid-row
:
2
/
4
;
background-color
:
rgba
(
175
,
175
,
175
);
}
.toBuyText
{
font-size
:
20px
;
text-align
:
center
;
margin
:
15px
;
font-family
:
"Roboto Medium"
;
}
.one
{
grid-column
:
2
/
5
;
grid-row
:
1
/
2
;
}
@font-face
{
font-family
:
Roboto
Bold
;
src
:
url(Roboto-Bold.ttf)
;
}
@font-face
{
font-family
:
Roboto
Black
;
src
:
url(Roboto-Black.ttf)
;
}
@font-face
{
font-family
:
Roboto
Medium
;
src
:
url(Roboto-Medium.ttf)
;
}
@font-face
{
font-family
:
Roboto
;
src
:
url(Roboto-Regular.ttf)
;
}
.sideItem
:hover
{
background-color
:
rgba
(
104
,
104
,
104
,
1
);
transition
:
background-color
.5s
;
}
.listItem
:hover
{
background-color
:
rgba
(
237
,
237
,
237
,
1
);
transition
:
background-color
.5s
;
}
.addItemButton
:hover
{
background-color
:
rgba
(
175
,
175
,
175
,
1
);
transition
:
background-color
.5s
;
}
.changeViewDropdown
:hover
{
background-color
:
rgba
(
240
,
240
,
240
,
1
);
transition
:
background-color
.5s
;
}
a
{
color
:
rgba
(
0
,
0
,
0
,
0
);
}
.main
{
margin-left
:
23%
;
margin-left
:
23%
;
}
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