ÿØÿà 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/adminlte320rc/build/scss/ |
// // Component: Products // .products-list { list-style: none; margin: 0; padding: 0; > .item { @include clearfix (); @if $enable-rounded { @include border-radius($border-radius); } background-color: $white; padding: 10px 0; } .product-img { float: left; img { height: 50px; width: 50px; } } .product-info { margin-left: 60px; } .product-title { font-weight: 600; } .product-description { color: $gray-600; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .product-list-in-card > .item { @include border-radius(0); border-bottom: 1px solid $card-border-color; &:last-of-type { border-bottom-width: 0; } } @include dark-mode () { .products-list > .item { background-color: $dark; color: $white; border-bottom-color: $gray-600; } .product-description { color: $gray-400; } }