Skip to content
Snippets Groups Projects
Commit 1a70eb84 authored by Ingrid Martinsheimen Egge's avatar Ingrid Martinsheimen Egge :cow2:
Browse files

knappefarger og cursor

parent 1fdd0146
No related branches found
No related tags found
1 merge request!13Fridge view
Pipeline #223157 failed
{
"item":{
"id": "1",
"name":"eple",
"amount": {"quantity": "4","unit": "stk"},
"image_url": ""
},
"exp_date": "2222-02-22T00:00:00+00:00",
"amount": {"quantity": "2","unit": "stk"}
}
......@@ -98,6 +98,7 @@ button {
button:hover {
border: 1px solid base.$grey;
background-color: base.$green;
cursor: pointer;
}
......
......@@ -78,7 +78,7 @@ h1 {
#itemContainer {
background-color: base.$grey;
padding-bottom: 5em;
padding-bottom: 5em;
}
#addItemBtn {
......@@ -87,19 +87,23 @@ h1 {
border-radius: 50%;
font-size: 30px;
border:none;
background-color: base.$green;
background-color: base.$light-green;
color: white;
box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
#addItemBtn-container {
#addItemBtn:hover {
background-color: base.$green;
color: white;
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
cursor: pointer;
}
#addItemBtn-container {
padding-bottom: 9em;
z-index: 9999;
position: fixed;
bottom: 15px;
right: 1em;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment