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
903c4c69
Commit
903c4c69
authored
Mar 29, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mainFridgeList.css
parent
ae8a4ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
mainFridgeList.css
HTML and CSS Files/mainFridgeList.css
+14
-3
No files found.
HTML and CSS Files/mainFridgeList.css
View file @
903c4c69
...
...
@@ -146,7 +146,7 @@ body {
.listItem
{
background-color
:
rgba
(
237
,
237
,
237
,
0.7
);
display
:
grid
;
grid-template-columns
:
10vw
15
vw
;
grid-template-columns
:
10vw
40vw
20
vw
;
grid-template-rows
:
repeat
(
5
,
5vh
);
transform
:
none
;
}
...
...
@@ -159,13 +159,13 @@ body {
height: 150px*/
background-color
:
rgba
(
196
,
196
,
196
,
1
);
margin
:
5px
;
margin-left
:
1
1
0px
;
margin-left
:
1
3
0px
;
}
.listText
{
grid-column
:
2
/
3
;
text-align
:
left
;
margin
:
10px
;
margin-left
:
13
0px
;
margin-left
:
10
0px
;
}
.daysLeft
{
font-family
:
"Roboto Black"
;
...
...
@@ -179,6 +179,17 @@ body {
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
;
...
...
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