You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

207 lines
3.9 KiB

.wallet-widgets #map {
height: 100%;
}
.wallet-widgets #map .marker-active .in-map-markers .wallet-widgets-icon {
border-color: #5c6bc0;
}
.wallet-widgets #map .marker-active .in-map-markers .wallet-widgets-icon::before {
border-color: #5c6bc0 transparent transparent;
}
.wallet-widgets #map .in-map-markers {
display: inline-block;
}
.wallet-widgets #map .in-map-markers .wallet-widgets-icon {
position: relative;
display: inline-block;
border: 3px solid #3f51b5;
border-radius: 50%;
-webkit-transition: .4s ease-in-out all;
-o-transition: .4s ease-in-out all;
transition: .4s ease-in-out all;
}
.wallet-widgets #map .in-map-markers .wallet-widgets-icon img {
width: 62px;
border-radius: 50%;
}
.wallet-widgets #map .in-map-markers .wallet-widgets-icon::before {
position: absolute;
top: 58px;
left: 10px;
z-index: -1;
width: 0;
height: 0;
content: "";
border-color: #3f51b5 transparent transparent;
border-style: solid;
border-width: 17px 21px 0;
-webkit-transition: .4s ease-in-out all;
-o-transition: .4s ease-in-out all;
transition: .4s ease-in-out all;
}
.wallet-widgets #map .in-map-markers .wallet-widgets-icon:hover {
border-color: #5c6bc0;
}
.wallet-widgets #map .in-map-markers .wallet-widgets-icon:hover::before {
border-color: #5c6bc0 transparent transparent;
}
.page-aside {
width: 450px;
background-color: #f3f7f9;
}
.page-aside + .page-main {
height: 100%;
margin-left: 450px !important;
}
.page-main {
height: 100%;
margin-left: 450px !important;
}
.page-aside-inner {
height: 100%;
overflow: hidden;
}
.page-aside-inner .search-wallet-widgets {
margin-bottom: 15px;
border-radius: 0;
}
.page-aside-inner .wallet-widgets-list {
height: 100%;
}
.page-aside-inner .wallet-widgets-list-body {
height: 100%;
}
.list-group {
padding-right: 15px;
margin: 0;
}
.list-group .col-xxl-6.col-lg-12.friend-info {
padding: 0;
padding-left: 15px;
}
.list-group .avatar {
width: 62px;
}
.list-group .card {
margin-bottom: 15px;
}
.list-group .card-block {
-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}
.list-group .card-block:hover {
cursor: pointer;
background-color: #eee;
}
.list-group .list-group-item,
.list-group .list-group-item:hover {
background-color: transparent;
}
.list-inline {
height: 25px;
}
.list-inline li a:hover {
color: #9e9e9e !important;
text-decoration: none;
}
.detail {
background-color: #5c6bc0 !important;
}
.leaflet-popup-pane:hover h3 {
color: #5c6bc0 !important;
}
.marker-cluster-small {
background-color: rgba(121, 134, 203, .6);
}
.marker-cluster-small > div {
background-color: rgba(63, 81, 181, .6);
}
.marker-cluster-small span {
color: #fff;
}
.marker-cluster-medium {
background-color: rgba(229, 115, 115, .6);
}
.marker-cluster-medium > div {
background-color: rgba(244, 67, 54, .6);
}
.marker-cluster-medium span {
color: #fff;
}
@media (max-width: 1199px) {
.page-aside + .page-main {
margin-left: 450px !important;
}
.page-main, #edex-footer {
/*margin-left: 450px !important;*/
}
}
@media (max-width: 1599px) {
.page-aside {
width: 300px;
}
.page-aside .panel-title {
opacity: 0;
}
.page-aside .input-search {
width: 240px;
}
.page-aside + .page-main {
margin-left: 300px !important;
}
.page-main {
margin-left: 300px !important;
}
}
@media (max-width: 767px) {
.page-aside-inner {
overflow: hidden !important;
}
.page-aside {
width: 260px;
}
.page-aside + .page-main {
margin-left: 0 !important;
}
.page-main, #edex-footer {
margin-left: 0 !important;
}
.page-aside.open {
width: 300px;
}
}