Subversion Repositories SmartDukaan

Rev

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

Rev 29992 Rev 30058
Line 344... Line 344...
344
    content: '';
344
    content: '';
345
    position: absolute;
345
    position: absolute;
346
    background: #eed202;
346
    background: #eed202;
347
    border-radius: 2% / 50%;
347
    border-radius: 2% / 50%;
348
}
348
}
-
 
349
 
-
 
350
.lava p {
-
 
351
    position: absolute;
-
 
352
    top: 50%;
-
 
353
    left: 50%;
-
 
354
    transform: translate(-50%, -50%);
-
 
355
    margin: 0;
-
 
356
    font-size: 36px;
-
 
357
    color: white;
-
 
358
}
-
 
359
 
-
 
360
.lava {
-
 
361
    position: relative;
-
 
362
    width: 130px;
-
 
363
    height: 55px;
-
 
364
    margin: 20px 0;
-
 
365
    text-align: center;
-
 
366
    text-indent: .1em;
-
 
367
}
-
 
368
 
-
 
369
.lava {
-
 
370
    content: '';
-
 
371
    position: absolute;
-
 
372
    background: #e45356;
-
 
373
    border-radius: 2% / 50%;
-
 
374
}