You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
381 B
28 lines
381 B
.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; |
|
} |
|
|
|
.menuButton { |
|
border-color: var(--theme-color-components-content-background); |
|
}
|
|
|