14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
|
|
.selectedTabWrapper {
|
||
|
|
display: inline-block;
|
||
|
|
.selectedTab {
|
||
|
|
display: inline-block;
|
||
|
|
padding-left: 10px;
|
||
|
|
padding-right: 20px;
|
||
|
|
margin-right: 10px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.selectedItem {
|
||
|
|
border-bottom: 2px solid #2baee9;
|
||
|
|
}
|
||
|
|
}
|