tiefen_space_h5/app/login/index.module.scss

51 lines
990 B
SCSS

.customTabs {
border: none;
--active-line-color: #ff8383!important;
--active-title-color: #fff!important;
--title-color: #a0a0a0!important;
--inactive-title-color: #FFFFFF80;
--tab-border-color: #ff8383;
}
.customTabs>div>div:last-child>div:first-child {
z-index: 1;
background: none;
}
.customTabs>div>div:last-child>div:first-child::after{
content: "";
background-image: url("https://filecdn01.tiefen.fun/web_app_public/icons/tabindicator.png");
height: 44px;
background-size: cover;
background-repeat: no-repeat;
width: 50px !important;
position: absolute;
top: -48px;
left: calc(50% - 25px);
}
/* .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;
}