ÿØÿàJFIFHHÿá .
BSA HACKER
Logo of a company Server : Apache
System : Linux nusantara.hosteko.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : koperas1 ( 1254)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/koperas1/catering.koperasikuwaluyosejati.com/build/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/koperas1/catering.koperasikuwaluyosejati.com/build/scss/_products.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;
  }
}


.dark-mode {
  .products-list > .item {
    background-color: $dark;
    color: $white;
    border-bottom-color: $gray-600;
  }

  .product-description {
    color: $gray-400;
  }
}