mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-18 14:24:15 +01:00
15 lines
296 B
Plaintext
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;
|
|
}
|