mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
|
/******************************************************************************************************
|
||
|
Common tab-base properties
|
||
|
*******************************************************************************************************/
|
||
|
|
||
|
.tabContentContainer() {
|
||
|
height: 100%;
|
||
|
.flex-display();
|
||
|
.flex-direction();
|
||
|
}
|
||
|
|