caisse-bliss/assets/css/split/formulaires.scss
2018-05-04 19:27:37 +02:00

26 lines
264 B
SCSS
Executable File

.current-selling {
ul {
list-style-type: none;
}
}
table {
width: 100%;
}
.btn-primary {
background: $deepblue;
}
.product-box {
margin-right: 0.5em;
margin-bottom: 0.5em;
}
label[required] {
&:after {
content: "*";
color: red;
}
}