11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
/******************************************************************************************************
|
|
Common tab-base properties
|
|
*******************************************************************************************************/
|
|
|
|
.tabContentContainer() {
|
|
height: 100%;
|
|
.flex-display();
|
|
.flex-direction();
|
|
}
|
|
|