19 lines
199 B
SCSS
Executable File
19 lines
199 B
SCSS
Executable File
.current-selling {
|
|
ul {
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-primary {
|
|
background: $all-text-color;
|
|
}
|
|
|
|
.product-box {
|
|
margin-right: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|