48 lines
903 B
CSS
48 lines
903 B
CSS
.customTabs>div>div:last-child>div:first-child {
|
|
z-index: 1;
|
|
background: none;
|
|
&::after{
|
|
content: '';
|
|
background-image: url(http://localhost:3000/icons/tabindicator.png);
|
|
height: 44px;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
width: 50px !important;
|
|
position: absolute;
|
|
top: -48px;
|
|
left: calc(50% - 25px);
|
|
}
|
|
}
|
|
.customTabs {
|
|
border: none;
|
|
--active-line-color: #ff8383;
|
|
--active-title-color: #fff;
|
|
--title-color: #a0a0a0;
|
|
--inactive-title-color: #5c5c5c;
|
|
--tab-border-color: #ff8383;
|
|
}
|
|
/* .loginBox .adm-tabs .adm-tabs-tab {
|
|
color: #a0a0a0;
|
|
} */
|
|
.customTabs>div>div:last-child>div>div {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
|
|
.customTabs>div {
|
|
border-bottom: none!important;
|
|
}
|
|
.adm-list-body-inner {
|
|
margin-top: 8px;
|
|
}
|
|
.adm-image-viewer-indicator{
|
|
color: #fff;
|
|
}
|
|
.adm-list-item-content{
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
|
|
|