mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
logout & images
This commit is contained in:
@@ -113,7 +113,7 @@ body, html {
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
background-color: var(--dusty-red);
|
||||
color: white;
|
||||
color: var(--dark-yellow);
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
|
||||
+11
-7
@@ -90,15 +90,19 @@ body, html {
|
||||
|
||||
|
||||
.sidebar-left .nav_icon {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
margin-top: 9px;
|
||||
border-radius: 8px;
|
||||
transition: transform 0.2s ease;
|
||||
display: flex;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sidebar-left .nav_icon:hover {
|
||||
.sidebar-left .nav_icon img {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
border-radius: 8px;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
.sidebar-left .nav_icon img:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ body, html {
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
background-color: var(--dusty-red);
|
||||
color: white;
|
||||
color: var(--dark-yellow);
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user