Subversion Repositories SmartDukaan

Rev

Rev 17586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17586 Rev 17587
Line 1177... Line 1177...
1177
}
1177
}
1178
 
1178
 
1179
.walletlogin{border: 1px solid #ccc;font-size: 1.4em;margin: 10px 0;padding: 4px;text-align: center;
1179
.walletlogin{border: 1px solid #ccc;font-size: 1.4em;margin: 10px 0;padding: 4px;text-align: center;
1180
  a{font-weight:bold;text-decoration:underline;}
1180
  a{font-weight:bold;text-decoration:underline;}
1181
}
1181
}
1182
 
-
 
1183
.recommended-cart-pd{
-
 
1184
  border-bottom:lighten(@grey, 50%) solid 1px;
-
 
1185
  .head{
-
 
1186
    text-transform: capitalize;
-
 
1187
    //background:@lightgrey;
-
 
1188
    color:@grey;
-
 
1189
    //padding:4px 8px;
-
 
1190
    margin:5px 0 0;
-
 
1191
    //border-bottom:lighten(@grey, 50%) solid 1px;
-
 
1192
    //border-left:lighten(@grey, 20%) solid 4px;
-
 
1193
    div:nth-of-type(1){
-
 
1194
      display:inline-block;
-
 
1195
      border-left:@ltblue solid 5px;
-
 
1196
      padding:5px 5px 5px 7px;
-
 
1197
      .font(2.0em);
-
 
1198
    }
-
 
1199
    div:nth-of-type(2){
-
 
1200
      .float(right);
-
 
1201
      .font(1.4em);
-
 
1202
      color:@grey;
-
 
1203
      border-bottom:lighten(@grey,30%) solid 1px;
-
 
1204
      margin-top: 7px;
-
 
1205
      margin-right: 5px;
-
 
1206
    }
-
 
1207
  }
-
 
1208
  .rec-cart-hldr{
-
 
1209
    overflow:auto;
-
 
1210
    .rec-cart-wrapper{
-
 
1211
      display:inline-block;
-
 
1212
      white-space: nowrap;  
-
 
1213
    }
-
 
1214
  .rec-cart-product{
-
 
1215
    margin:10px 0;
-
 
1216
    display:inline-block;
-
 
1217
    width:180px;
-
 
1218
    border-right:lighten(@grey, 50%) solid 1px;
-
 
1219
    text-align:center;
-
 
1220
    padding:5px;
-
 
1221
    .boxsize; 
-
 
1222
    img{
-
 
1223
      height:100px;
-
 
1224
    }
-
 
1225
  .pd-cart-name{
-
 
1226
    color:@grey;
-
 
1227
    .font(1.2em);
-
 
1228
    text-align:center;
-
 
1229
    white-space: normal;
-
 
1230
    word-wrap: break-word;
-
 
1231
    //overflow: hidden;
-
 
1232
    //text-overflow: ellipsis;
-
 
1233
    //-webkit-line-clamp: 2;
-
 
1234
    //-webkit-box-orient: vertical;
-
 
1235
    //min-height:34px;
-
 
1236
  }
-
 
1237
  .pd-cart-desc{
-
 
1238
    text-align:center;
-
 
1239
    white-space: nowrap;
-
 
1240
    overflow: hidden;
-
 
1241
    text-overflow: ellipsis;
-
 
1242
    .font(1.1em);
-
 
1243
    padding-top:5px;
-
 
1244
  }
-
 
1245
  .pd-cart-price{
-
 
1246
    text-align:center;
-
 
1247
    padding-top: 5px;
-
 
1248
    span{
-
 
1249
      display:inline-block;
-
 
1250
    }
-
 
1251
    span:nth-of-type(1){
-
 
1252
      .font(1.2em);
-
 
1253
      font-weight:bold;
-
 
1254
      color:@grey;
-
 
1255
    }
-
 
1256
    span:nth-of-type(2){
-
 
1257
      color:@grey;
-
 
1258
      .font(1.2em);
-
 
1259
      text-decoration: line-through;
-
 
1260
      padding:0 5px;
-
 
1261
    }
-
 
1262
    span:nth-of-type(3){
-
 
1263
    color:@grey;
-
 
1264
    .font(1.2em);
-
 
1265
    font-weight:bold;
-
 
1266
    }
-
 
1267
  }
-
 
1268
  .quickbuy-hldr{
-
 
1269
  background:@list-color2;
-
 
1270
  padding:2px;
-
 
1271
  .quickbuy-btn{
-
 
1272
    background:@orange;
-
 
1273
    text-transform:uppercase;
-
 
1274
    color:@white;
-
 
1275
    padding:6px;
-
 
1276
    text-align:center;
-
 
1277
    .font(1.2em);
-
 
1278
    }
-
 
1279
  }
-
 
1280
  }
-
 
1281
  }
-
 
1282
}
-
 
1283
1182