Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10846
Line 26... Line 26...
26
    }
26
    }
27
    >div{
27
    >div{
28
      .font(1.4em);
28
      .font(1.4em);
29
      .float(right);
29
      .float(right);
30
      width:40%;
30
      width:40%;
31
      background:@ltblue;
31
      background:@sub-list;
32
      color:@white;
32
      color:@white;
33
      height:30px;
33
      height:30px;
34
      line-height:30px;
34
      line-height:30px;
35
      text-align:center;
35
      text-align:center;
36
    }
36
    }
Line 69... Line 69...
69
        .font(1.4em);
69
        .font(1.4em);
70
        color:@grey;
70
        color:@grey;
71
        white-space: nowrap;
71
        white-space: nowrap;
72
        overflow: hidden;
72
        overflow: hidden;
73
        text-overflow: ellipsis;
73
        text-overflow: ellipsis;
74
        padding-right:11px;
74
        padding-right:18px;
75
      }
75
      }
76
      > div.spec{
76
      > div.spec{
77
        padding-top:1px;
77
        padding-top:1px;
78
        .font(1.2em);
78
        .font(1.2em);
79
        color:@grey;
79
        color:@grey;
Line 134... Line 134...
134
      }
134
      }
135
      >div:nth-of-type(3){
135
      >div:nth-of-type(3){
136
          div{
136
          div{
137
            padding-top:7px;
137
            padding-top:7px;
138
            .font(1.4em);
138
            .font(1.4em);
139
             color:@ltblue;
139
             color:@grey;
140
             font-weight:bold;
140
             font-weight:bold;
141
          }
141
          }
142
      }
142
      }
143
    }
143
    }
144
}
144
}
Line 196... Line 196...
196
 
196
 
197
.sub-total{
197
.sub-total{
198
  .sub-total-head{
198
  .sub-total-head{
199
    .font(1.4em);
199
    .font(1.4em);
200
    padding:6px;
200
    padding:6px;
201
    background:@ltblue;
201
    background:@list-color1;
202
    color:@white;
202
    color:@grey;
203
    text-align:center;
203
    text-align:center;
204
    text-transform:uppercase;
204
    text-transform:uppercase;
205
  }
205
  }
206
  .left{
206
  .left{
207
    .float(left);
207
    .float(left);
Line 273... Line 273...
273
  }
273
  }
274
  .apply-coupon{
274
  .apply-coupon{
275
    .font(1.4em);
275
    .font(1.4em);
276
      .float(right);
276
      .float(right);
277
      width:40%;
277
      width:40%;
278
      background:@ltblue;
278
      background:@sub-list;
279
      color:@white;
279
      color:@white;
280
      height:30px;
280
      height:30px;
281
      line-height:30px;
281
      line-height:30px;
282
      text-align:center;
282
      text-align:center;
283
  }
283
  }