Subversion Repositories SmartDukaan

Rev

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

Rev 29978 Rev 29992
Line 318... Line 318...
318
    content: '';
318
    content: '';
319
    position: absolute;
319
    position: absolute;
320
    background: inherit;
320
    background: inherit;
321
    border-radius: 2% / 50%;
321
    border-radius: 2% / 50%;
322
}
322
}
-
 
323
 
-
 
324
.kodak p {
-
 
325
    position: absolute;
-
 
326
    top: 50%;
-
 
327
    left: 50%;
-
 
328
    transform: translate(-50%, -50%);
-
 
329
    margin: 0;
-
 
330
    font-size: 36px;
-
 
331
    color: orangered;
-
 
332
}
-
 
333
 
-
 
334
.kodak {
-
 
335
    position: relative;
-
 
336
    width: 130px;
-
 
337
    height: 55px;
-
 
338
    margin: 20px 0;
-
 
339
    text-align: center;
-
 
340
    text-indent: .1em;
-
 
341
}
-
 
342
 
-
 
343
.kodak:before {
-
 
344
    content: '';
-
 
345
    position: absolute;
-
 
346
    background: #eed202;
-
 
347
    border-radius: 2% / 50%;
-
 
348
}