Subversion Repositories SmartDukaan

Rev

Rev 16675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16675 Rev 17571
Line 872... Line 872...
872
     -moz-user-select: none; /* Firefox */
872
     -moz-user-select: none; /* Firefox */
873
      -ms-user-select: none; /* Internet Explorer */
873
      -ms-user-select: none; /* Internet Explorer */
874
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
874
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
875
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
875
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
876
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
876
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
-
 
877
}
-
 
878
 
-
 
879
.recommended-cart-pd{
-
 
880
  border-bottom:lighten(@grey, 50%) solid 1px;
-
 
881
  .head{
-
 
882
    text-transform: capitalize;
-
 
883
    //background:@lightgrey;
-
 
884
    color:@grey;
-
 
885
    //padding:4px 8px;
-
 
886
    margin:5px 0 0;
-
 
887
    //border-bottom:lighten(@grey, 50%) solid 1px;
-
 
888
    //border-left:lighten(@grey, 20%) solid 4px;
-
 
889
    div:nth-of-type(1){
-
 
890
      display:inline-block;
-
 
891
      border-left:@ltblue solid 5px;
-
 
892
      padding:5px 5px 5px 7px;
-
 
893
      .font(2.0em);
-
 
894
    }
-
 
895
    div:nth-of-type(2){
-
 
896
      .float(right);
-
 
897
      .font(1.4em);
-
 
898
      color:@grey;
-
 
899
      border-bottom:lighten(@grey,30%) solid 1px;
-
 
900
      margin-top: 7px;
-
 
901
      margin-right: 5px;
-
 
902
    }
-
 
903
  }
-
 
904
  .rec-cart-hldr{
-
 
905
    overflow:auto;
-
 
906
    .rec-cart-wrapper{
-
 
907
      display:inline-block;
-
 
908
      white-space: nowrap;  
-
 
909
    }
-
 
910
  .rec-cart-product{
-
 
911
    margin:10px 0;
-
 
912
    display:inline-block;
-
 
913
    width:180px;
-
 
914
    border-right:lighten(@grey, 50%) solid 1px;
-
 
915
    text-align:center;
-
 
916
    padding:5px;
-
 
917
    .boxsize; 
-
 
918
    img{
-
 
919
      height:100px;
-
 
920
    }
-
 
921
  .pd-cart-name{
-
 
922
    color:@grey;
-
 
923
    .font(1.2em);
-
 
924
    text-align:center;
-
 
925
    white-space: normal;
-
 
926
    word-wrap: break-word;
-
 
927
    //overflow: hidden;
-
 
928
    //text-overflow: ellipsis;
-
 
929
    //-webkit-line-clamp: 2;
-
 
930
    //-webkit-box-orient: vertical;
-
 
931
    //min-height:34px;
-
 
932
  }
-
 
933
  .pd-cart-desc{
-
 
934
    text-align:center;
-
 
935
    white-space: nowrap;
-
 
936
    overflow: hidden;
-
 
937
    text-overflow: ellipsis;
-
 
938
    .font(1.1em);
-
 
939
    padding-top:5px;
-
 
940
  }
-
 
941
  .pd-cart-price{
-
 
942
    text-align:center;
-
 
943
    padding-top: 5px;
-
 
944
    span{
-
 
945
      display:inline-block;
-
 
946
    }
-
 
947
    span:nth-of-type(1){
-
 
948
      .font(1.2em);
-
 
949
      font-weight:bold;
-
 
950
      color:@grey;
-
 
951
    }
-
 
952
    span:nth-of-type(2){
-
 
953
      color:@grey;
-
 
954
      .font(1.2em);
-
 
955
      text-decoration: line-through;
-
 
956
      padding:0 5px;
-
 
957
    }
-
 
958
    span:nth-of-type(3){
-
 
959
    color:@grey;
-
 
960
    .font(1.2em);
-
 
961
    font-weight:bold;
-
 
962
    }
-
 
963
  }
-
 
964
  .quickbuy-hldr{
-
 
965
  background:@list-color2;
-
 
966
  padding:2px;
-
 
967
  .quickbuy-btn{
-
 
968
    background:@orange;
-
 
969
    text-transform:uppercase;
-
 
970
    color:@white;
-
 
971
    padding:6px;
-
 
972
    text-align:center;
-
 
973
    .font(1.2em);
-
 
974
    }
-
 
975
  }
-
 
976
  }
-
 
977
  }
877
}
978
}
878
979