Styling
.menu {
justify-content: center;
width: 15%;
background-color: #f4f4f4;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: flex-start;
min-width: 400px;
}
/* This will change the apprearance of the configuration group titles */
.menu::part(cm-config-group-title) {
background-color: #d78a5e;
padding: 10px;
color: white;
}
HTML attributes

Last updated