50 lines
4.4 KiB
Plaintext
50 lines
4.4 KiB
Plaintext
/*!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
@import "../../mobile/common/icons.less";
|
|
@import "../../mobile/common/tabstrip.less";
|
|
@import "base.less";
|
|
|
|
/* TabStrip */
|
|
|
|
.km-tabstrip
|
|
{
|
|
padding: 0;
|
|
display: table;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.km-tabstrip .km-button
|
|
{
|
|
font-size: .7em;
|
|
display: table-cell;
|
|
border: 0;
|
|
}
|
|
|
|
.km-tabstrip .km-icon:before
|
|
{
|
|
display: none;
|
|
}
|
|
|