This commit is contained in:
Vanessa 2023-03-16 22:18:27 +08:00
parent 7a8d4d4e62
commit ad0b625db8
3 changed files with 31 additions and 15 deletions

View file

@ -39,13 +39,14 @@
.b3-menu {
&__submenu {
top: 45px;
top: 57px;
left: 0;
bottom: 0;
max-height: none;
right: 0;
box-shadow: none;
border: 0;
padding: 0;
}
&__item {
@ -64,6 +65,10 @@
line-height: 24px;
padding-left: 16px;
}
.color__square {
margin: 0 16px 0 8px;
}
}
&__title {
@ -141,13 +146,9 @@
padding: 4px;
align-content: flex-start;
.b3-menu__icon {
display: none;
}
.b3-menu__item {
width: auto;
padding: 4px;
min-width: auto;
margin-top: 7px;
}
.b3-menu__label {