94 lines
1.7 KiB
CSS
94 lines
1.7 KiB
CSS
.analytics-modal *{
|
|
border-radius:0;
|
|
-webkit-border-radius:0;
|
|
box-sizing:border-box;
|
|
-webkit-box-sizing:border-box
|
|
}
|
|
|
|
.object-card__btn {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.object-card__btn.activated {
|
|
background-color: rgba(0,0,0,.1);
|
|
z-index: 99;
|
|
}
|
|
|
|
.object-card__btn.activated__fav {
|
|
background-color: rgba(255,0,0,.2);
|
|
}
|
|
|
|
.object-card.viewed:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 88;
|
|
background: rgba(255, 255, 255, .5);
|
|
}
|
|
|
|
.object-card__footer-price {
|
|
color: inherit !important;
|
|
}
|
|
|
|
.object-card__footer-price.color-red {
|
|
color: red !important;
|
|
}
|
|
|
|
.swiper-wrapper .no-image {
|
|
border: 1px solid #dedede !important;;
|
|
}
|
|
|
|
.swiper-wrapper .no-image svg {
|
|
top: 20% !important;
|
|
}
|
|
|
|
.object-card__chars-left .subway-logo {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.object-card__action-link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.object-card__action .action-button {
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
height: 32px !important;
|
|
}
|
|
|
|
.object-card__action-link {
|
|
margin: 3px 7px 3px 0 !important;
|
|
}
|
|
|
|
.object-card__action .jw__action-button {
|
|
margin-right: 7px !important;
|
|
}
|
|
|
|
#analyticsKvTypeBlock .fstMultipleMode .fstControls {
|
|
width: 322px;
|
|
}
|
|
|
|
#analyticsCommTypeBlock .fstMultipleMode .fstControls {
|
|
width: 322px;
|
|
}
|
|
|
|
.tab__controls_select{
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
height: 35px;
|
|
line-height: 34px;
|
|
font-size: 16px;
|
|
border-radius: 4px;
|
|
width: 380px;
|
|
}
|
|
.tab__controls-filter-container.min{
|
|
min-width: 260px;
|
|
max-width: 260px;
|
|
}
|
|
|
|
.tab__controls-filter-container.min .tab__controls-toggler-container{
|
|
min-width: 380px;
|
|
} |