mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 19:31:36 +00:00
* fixed graph explorer visibility issue * fixed graph expand keyboard accessibility issue
29 lines
494 B
Plaintext
29 lines
494 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.tabComponentContainer {
|
|
height: 100%;
|
|
.flex-display();
|
|
.flex-direction();
|
|
|
|
.tabSwitch {
|
|
margin-left: @LargeSpace;
|
|
margin-bottom: 20px;
|
|
|
|
.tab {
|
|
margin-right: @MediumSpace;
|
|
}
|
|
|
|
.toggleSwitch {
|
|
.toggleSwitch();
|
|
}
|
|
|
|
.selectedToggle {
|
|
.selectedToggle();
|
|
}
|
|
|
|
.unselectedToggle {
|
|
.unselectedToggle();
|
|
}
|
|
}
|
|
}
|