���� 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/pages/ |
/* ------------------------------------------------------------------------------ * * # User profile * * Styles for all user profile layouts * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-profile { // Cover image layout base .profile-cover { position: relative; // Cover details .media { position: absolute; left: $card-spacer-x; right: $card-spacer-x; bottom: 50%; transform: translateY(50%); // Add shadow to buttons .btn { box-shadow: $profile-cover-element-shadow !important; } // Desktop view @include media-breakpoint-up(md) { bottom: $spacer; transform: none; } } // Text styles .media-body { text-shadow: $profile-cover-element-shadow; } } // Cover image .profile-cover-img { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; height: $profile-cover-height; } // User thumbnail inside cover .profile-thumb img { border: $profile-thumb-border-width solid $profile-thumb-border-color; box-shadow: $profile-cover-element-shadow; @include size($profile-thumb-size); } }