![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/ |
// // Image // -------------------------------------------------- // Image wrapper // ------------------------ .img-wrapper { display: inline-block; position: relative; //overflow: hidden; +.img-wrapper { margin-left: 3px; } &.pull-right { +.img-wrapper { margin-right: 3px; margin-left: 0; } } // inset shadow &:after { position: absolute; content: ""; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; border-radius: inherit; .box-shadow(inset 0 0 3px 0 rgba(0,0,0,0.3)); } img { border-radius: inherit; .img-responsive(); } // label & badge > .label, > .badge { position: absolute; z-index: 5; top: -10px; right: -10px; } } // Image rounded // ------------------------ .img-rounded { border-radius: @border-radius-base; } // Contact avatar .contact-avatar { width: 100%; }