2022-10-22 09:58:39 +03:00
|
|
|
.item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-10-22 11:43:35 +03:00
|
|
|
.buttonWrap {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
height: 100%;
|
2022-10-22 23:36:32 +03:00
|
|
|
padding-bottom: 16px; // to match antd nav margin-bottom
|
2023-04-27 02:50:08 +03:00
|
|
|
|
2022-10-22 11:43:35 +03:00
|
|
|
button {
|
2022-10-22 23:36:32 +03:00
|
|
|
height: 100%;
|
2022-10-22 11:43:35 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-22 09:58:39 +03:00
|
|
|
.icon {
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
2022-10-22 11:43:35 +03:00
|
|
|
color: currentColor;
|
2022-10-22 09:58:39 +03:00
|
|
|
}
|
2023-04-27 02:50:08 +03:00
|
|
|
|
|
|
|
.menuButton {
|
|
|
|
border-color: var(--theme-color-components-content-background);
|
|
|
|
}
|