Subversion Repositories SmartDukaan

Rev

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

Rev 15960 Rev 15961
Line 137... Line 137...
137
          background:@white;
137
          background:@white;
138
        }
138
        }
139
        .confirm-qty{
139
        .confirm-qty{
140
          .font(1.0em);
140
          .font(1.0em);
141
	      .float(center);
141
	      .float(center);
142
	      width:40%;
142
	      width:30%;
143
	      background:@sub-list;
143
	      background:@sub-list;
144
	      color:@white;
144
	      color:@white;
145
	      text-align:center;
145
	      text-align:center;
146
        }     
146
        }     
147
      }
147
      }
Line 286... Line 286...
286
  }
286
  }
287
  .apply-coupon{
287
  .apply-coupon{
288
    .font(1.4em);
288
    .font(1.4em);
289
      .float(right);
289
      .float(right);
290
      width:40%;
290
      width:40%;
291
      background:@extrgrey;
291
      background:@extgrey;
292
      color:@black;
292
      color:@black;
293
      height:30px;
293
      height:30px;
294
      line-height:30px;
294
      line-height:30px;
295
      text-align:center;
295
      text-align:center;
296
  }
296
  }