mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Update 6 files
- /src/main/resources/application.properties - /src/main/resources/static/css/home.css - /src/main/resources/static/css/explore.css - /src/main/resources/static/css/my-profile.css - /src/main/resources/static/css/public-profile.css - /src/main/resources/static/css/view-recipe.css
This commit is contained in:
@@ -144,7 +144,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -157,13 +157,9 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.create_icon:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user