24 lines
297 B
SCSS
24 lines
297 B
SCSS
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.buttonWrap {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
padding-bottom: 16px; // to match antd nav margin-bottom
|
|
button {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.menu {
|
|
color: currentColor;
|
|
}
|