Update menu button styles in CSS to enforce consistent appearance with !important rules. Adjust padding, margin, and display properties for improved layout and responsiveness.
This commit is contained in:
@@ -77,9 +77,12 @@ html, body, #app {
|
||||
}
|
||||
|
||||
.menu button span {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: #fff !important;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
.horizontal-box {
|
||||
|
||||
Reference in New Issue
Block a user