caisse-bliss/assets/css/split/formulaires.scss

30 lines
338 B
SCSS
Raw Normal View History

2018-04-05 17:01:36 +02:00
.current-selling {
ul {
list-style-type: none;
}
}
2018-05-24 14:41:43 +02:00
label{
&.required{
&:after{
content: "*";
color: red;
margin-left: 1em;
}
}
}
2018-04-05 17:24:43 +02:00
table {
width: 100%;
}
2018-04-18 14:21:58 +02:00
.btn-primary {
2018-05-04 19:27:37 +02:00
background: $deepblue;
2018-04-18 14:21:58 +02:00
}
2018-04-20 10:04:29 +02:00
.product-box {
margin-right: 0.5em;
margin-bottom: 0.5em;
}
.remove-item{
margin-left: -1rem;
2018-04-20 10:39:44 +02:00
}