Subversion Repositories SmartDukaan

Rev

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

Rev 23167 Rev 23181
Line 5... Line 5...
5
.card {
5
.card {
6
    background-color: white;
6
    background-color: white;
7
    margin: 5px 0 0 0;
7
    margin: 5px 0 0 0;
8
    padding: 5px 5px 0 5px;
8
    padding: 5px 5px 0 5px;
9
    position: relative;
9
    position: relative;
10
    border-bottom:1px solid #D3181F;
10
    border-bottom:1px solid #e98c8f;
11
}
11
}
12
.cartdetailscard {
12
.cartdetailscard {
13
    padding-bottom: 8px;
13
    padding-bottom: 8px;
14
    position: relative;
14
    position: relative;
15
}
15
}