mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Update 2 files
- /src/main/resources/templates/my-profile.html - /src/main/resources/static/css/my-profile.css
This commit is contained in:
@@ -420,3 +420,35 @@ a {
|
||||
flex-shrink: 0;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
Top Row (My Recipes + Feedback)
|
||||
========================= */
|
||||
.profile-top-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.profile-top-row h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
Feedback Button
|
||||
========================= */
|
||||
.feedback-btn {
|
||||
background: var(--dark);
|
||||
color: var(--dark-yellow) !important;
|
||||
border-radius: 8px;
|
||||
padding: 6px 14px;
|
||||
font-weight: 700;
|
||||
font-size: 0.7em;
|
||||
text-decoration: none !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.feedback-btn:hover {
|
||||
background: var(--dusty-red-hover);
|
||||
}
|
||||
Reference in New Issue
Block a user