14 lines
134 B
SCSS
Executable File
14 lines
134 B
SCSS
Executable File
.current-selling {
|
|
ul {
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-primary {
|
|
background: $all-text-color;
|
|
}
|