39 lines
781 B
CSS
39 lines
781 B
CSS
.custom-tabs .adm-tabs {
|
|
border: none;
|
|
--active-line-color: #ff8383;
|
|
--active-title-color: #fff;
|
|
--title-color: #a0a0a0;
|
|
--inactive-title-color: #5c5c5c;
|
|
--tab-border-color: #ff8383;
|
|
}
|
|
/* .custom-tabs .adm-tabs .adm-tabs-tab {
|
|
color: #a0a0a0;
|
|
} */
|
|
.custom-tabs .adm-tabs .adm-tabs-tab {
|
|
/* font-weight: bold; */
|
|
font-size: 24px;
|
|
}
|
|
|
|
.custom-tabs .adm-tabs-tab-line {
|
|
background: none;
|
|
background-image: url("https://filecdn01.tiefen.fun/web_app_public/icons/tabindicator.png");
|
|
height: 34px;
|
|
background-position: -2px -18px;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
z-index: 1;
|
|
}
|
|
|
|
.custom-tabs .adm-tabs-header {
|
|
border-bottom: none;
|
|
}
|
|
.adm-list-body-inner {
|
|
/* margin-top: 8px; */
|
|
}
|
|
.adm-image-viewer-indicator{
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|