imio-publik-themes/static/liege/_basket.scss

107 lines
1.9 KiB
SCSS

@charset "UTF-8";
$delete-from-basket-color: #be0d67;
.lingobasketlinkcell {
display: none;
text-align: right;
position: absolute;
top: 160px;
}
.lingobasketlinkcell a {
font-weight: bold;
background: $nav-background;
color: $nav-color;
padding: 1ex;
margin-right: 1em;
border-radius: $border-radius;
}
div.lingobasketcell ul li {
border-bottom: 1px solid #d2d2d2;
margin-left: 1em;
padding-bottom: 3ex;
padding-top: 3ex;
list-style-type: circle;
}
div.lingobasketcell ul li:last-child {
list-style-type: none;
}
div.lingobasketcell input[type="checkbox"] {
display: none;
}
.page-panier li a {
display: inline-block;
text-align: center;
min-width: 15%;
color: $delete-from-basket-color;
}
.page-panier li label > a {
display: inline-block;
text-align: left;
color: #58585a;
width: 45%;
}
.page-panier li label > a.basket-number {
display: inline-block;
text-align: left;
color: #58585a;
width: 10%;
}
.page-panier #content div.cell h2:first-child {
background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6f6f6, white) repeat
scroll 0 0;
border-radius: 0 0 0 10px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
/* Skin "Total price" in basket page*/
div.lingobasketcell form li:last-child {
border-bottom: none;
border-top: 1px solid black;
display: block;
font-weight: bold;
margin-top: 1em;
padding-top: 1em;
width: 98%;
font-size: 1.5em;
}
/* Skin "Total price" in basket page*/
form li > strong {
margin-left: 22em;
}
/* Skin "supprimer" in basket page*/
a.remove-item {
content: "";
display: inline-block;
background-image: url("images/croix_annulation.png");
background-repeat: no-repeat;
background-position: left;
height: 1.2em;
margin-left: 5em;
text-transform: uppercase;
}
.cell.lingobasketcell li:nth-last-child(2) {
border: medium none;
}
#rub_service h4 u {
font-weight: bold;
}
div.lingobasketcell h3.regie-name {
clear: both;
}