2018-04-05 17:01:36 +02:00
|
|
|
.current-selling {
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
}
|
2018-04-05 17:24:43 +02:00
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-04-18 14:21:58 +02:00
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
background: $all-text-color;
|
|
|
|
}
|
2018-04-20 10:04:29 +02:00
|
|
|
|
|
|
|
.product-box {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2018-04-20 10:39:44 +02:00
|
|
|
|
|
|
|
label[required] {
|
|
|
|
&:after {
|
|
|
|
content: "*";
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|