���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/layout/bootstrap4/global_assets/scss/shared/maps/ |
/* ------------------------------------------------------------------------------ * * # Vector maps * * Vector map container, tooltip and zooming * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-vector-maps { // Container .vector-map-container { height: $map-container-height; } // Map tooltip .jvectormap-label { position: absolute; display: none; background-color: $tooltip-bg; color: $tooltip-color; padding: $tooltip-padding-y $tooltip-padding-x; @include border-radius($tooltip-border-radius); } // Zoom buttons .jvectormap-zoomin, .jvectormap-zoomout { position: absolute; left: $card-spacer-x; padding: 0.5rem; color: white; cursor: pointer; font-size: $icon-font-size; font-weight: $font-weight-light; line-height: 0.625rem; background-color: $color-slate-700; text-align: center; @include border-radius($border-radius); @include transition(all ease-in-out $component-transition-timer); // Hover state @include hover { background-color: $color-slate-800; } } .jvectormap-zoomin { top: 0.625rem; } .jvectormap-zoomout { top: 2.5rem; } }