13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
|
|
.smallTab {
|
||
|
|
.tabItem {
|
||
|
|
font-size: 12px;
|
||
|
|
margin-right: 10px;
|
||
|
|
padding-bottom: 5px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tabItemSelected {
|
||
|
|
color: #2db7f5;
|
||
|
|
border-bottom: 1px solid #2db7f5;
|
||
|
|
}
|
||
|
|
}
|