refactor: update .shade class in default-base.css to use rem units for margin and padding, enhancing consistency and maintainability

This commit is contained in:
Zack Spear
2025-04-03 18:31:32 -07:00
parent 260406f25c
commit d364973546

View File

@@ -1508,8 +1508,8 @@ span#wlan0 {
}
.shade {
margin-top: 10px;
padding: 8px 0 3px 0;
margin-top: 1rem;
padding: 1rem 0;
background-color: var(--shade-bg-color);
}