You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
|
2 weeks ago
|
.tabs{
|
||
|
|
:global(.ant-tabs-nav){
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
padding: 5px 20px;
|
||
|
|
}
|
||
|
|
:global(.ant-tabs-tab-btn){
|
||
|
|
color: #006665 !important;
|
||
|
|
font-size:18px !important;
|
||
|
|
}
|
||
|
|
:global(.ant-tabs-ink-bar) {
|
||
|
|
background-color: #006665 !important;
|
||
|
|
}
|
||
|
|
}
|