Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt2106_2023_12 frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-v23-12
idatt2106_2023_12 frontend
Commits
f006e042
Commit
f006e042
authored
1 year ago
by
Emil Orvik Olsson
Browse files
Options
Downloads
Patches
Plain Diff
Removed duplicate
parent
cd6695a0
No related branches found
No related tags found
1 merge request
!67
New save week menu
Pipeline
#225865
passed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smartmat/src/assets/style/weeklyMenu.css
+1
-81
1 addition, 81 deletions
smartmat/src/assets/style/weeklyMenu.css
with
1 addition
and
81 deletions
smartmat/src/assets/style/weeklyMenu.css
+
1
−
81
View file @
f006e042
...
...
@@ -11,9 +11,8 @@
background-size
:
cover
;
/* <------ */
background-repeat
:
no-repeat
;
background-position
:
center
center
;
max-
width
:
50em
;
width
:
100%
;
margin
:
auto
;
}
#carousel
{
...
...
@@ -25,7 +24,6 @@
padding
:
5px
;
}
.carousel__prev
,
.carousel__next
{
box-sizing
:
content-box
;
}
...
...
@@ -35,13 +33,6 @@
justify-content
:
center
;
align-items
:
center
;
}
.container
{
background-color
:
#f7f7f7
;
border-radius
:
1.25em
;
/* 20px / 16px = 1.25em */
padding
:
1.875em
;
/* 30px / 16px = 1.875em */
margin-bottom
:
2.5em
;
/* 40px / 16px = 2.5em */
width
:
90%
;
}
img
{
width
:
2em
;
height
:
2em
;
...
...
@@ -53,68 +44,12 @@ img {
text-shadow
:
2em
2em
2em
black
;
width
:
100%
;
}
#info
{
text-align
:
center
;
}
.ingredients-title
{
font-size
:
2.5em
;
/* 40px / 16px = 2.5em */
font-weight
:
bold
;
margin-bottom
:
1.25em
;
/* 20px / 16px = 1.25em */
color
:
#333
;
text-transform
:
uppercase
;
letter-spacing
:
0.125em
;
/* 2px / 16px = 0.125em */
text-align
:
center
;
}
.ingredients-text
{
color
:
#555
;
font-size
:
1.25em
;
/* 20px / 16px = 1.25em */
line-height
:
1.4
;
}
#page
{
width
:
100%
;
padding-bottom
:
30px
;
}
.carousel__item
{
min-height
:
10em
;
padding
:
4em
;
background-color
:
lightblue
;
color
:
black
;
font-size
:
1.2em
;
border-radius
:
1em
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
width
:
100%
;
margin
:
auto
;
}
#carousel
{
width
:
50%
;
margin
:
auto
;
}
.carousel__slide
{
padding
:
5px
;
}
.carousel__prev
,
.carousel__next
{
box-sizing
:
content-box
;
}
.addToShoppingList
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.container
{
background-color
:
#f7f7f7
;
...
...
@@ -125,21 +60,6 @@ img {
width
:
80%
;
}
img
{
width
:
2em
;
height
:
2em
;
cursor
:
pointer
;
}
#slideTitle
{
background-color
:
rgb
(
76
,
75
,
75
,
0.6
);
color
:
white
;
text-shadow
:
2em
2em
2em
black
;
width
:
100%
;
}
#info
{
text-align
:
center
;
font-family
:
Hack
,
monospace
,
cursive
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment