cosmos-explorer/src/Explorer/Menus/CommandBar/CommandBarComponent.less
2020-05-25 21:30:55 -05:00

15 lines
296 B
Plaintext

@import "../../../../less/Common/Constants";
.dividerContainer {
padding: @SmallSpace 0px @SmallSpace 0px;
.flex-display();
span {
border-left: @ButtonBorderWidth solid @BaseMediumHigh;
margin: 0 10px 0 10px;
}
}
.commandBarContainer {
border-bottom: 1px solid @BaseMedium;
}