code quality changes
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
padding: 0.5rem;
|
||||
border-radius: 4px;
|
||||
box-shadow: var(--shadow-md, 0 2px 10px rgba(0, 0, 0, 0.1));
|
||||
transition: background 0.3s, box-shadow 0.3s;
|
||||
transition:
|
||||
background 0.3s,
|
||||
box-shadow 0.3s;
|
||||
}
|
||||
|
||||
.burger-menu div {
|
||||
@@ -43,7 +45,9 @@
|
||||
height: 100vh;
|
||||
background: var(--bg-secondary, #ffffff);
|
||||
box-shadow: var(--shadow-md, 2px 0 10px rgba(0, 0, 0, 0.1));
|
||||
transition: left 0.3s, background 0.3s;
|
||||
transition:
|
||||
left 0.3s,
|
||||
background 0.3s;
|
||||
z-index: 999;
|
||||
padding: 4rem 1rem 1rem 1rem;
|
||||
overflow: hidden;
|
||||
@@ -57,7 +61,10 @@
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid var(--border-color, #eeeeee);
|
||||
cursor: pointer;
|
||||
transition: background 0.2s, color 0.3s, border-color 0.3s;
|
||||
transition:
|
||||
background 0.2s,
|
||||
color 0.3s,
|
||||
border-color 0.3s;
|
||||
color: var(--text-primary, #333333);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user