Subversion Repositories SmartDukaan

Rev

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

Rev 29975 Rev 29978
Line 292... Line 292...
292
    content: '';
292
    content: '';
293
    position: absolute;
293
    position: absolute;
294
    background: inherit;
294
    background: inherit;
295
    border-radius: 2% / 50%;
295
    border-radius: 2% / 50%;
296
}
296
}
-
 
297
 
-
 
298
 
-
 
299
.total p {
-
 
300
    position: absolute;
-
 
301
    top: 50%;
-
 
302
    left: 50%;
-
 
303
    transform: translate(-50%, -50%);
-
 
304
    margin: 0;
-
 
305
    font-size: 36px;
-
 
306
}
-
 
307
 
-
 
308
.total {
-
 
309
    position: relative;
-
 
310
    width: 130px;
-
 
311
    height: 55px;
-
 
312
    margin: 20px 0;
-
 
313
    text-align: center;
-
 
314
    text-indent: .1em;
-
 
315
}
-
 
316
 
-
 
317
.total:before {
-
 
318
    content: '';
-
 
319
    position: absolute;
-
 
320
    background: inherit;
-
 
321
    border-radius: 2% / 50%;
-
 
322
}