mock shop page: can delete listings

This commit is contained in:
2026-02-05 17:18:56 -07:00
parent e7f39d69b3
commit 0e36012e6d
6 changed files with 163 additions and 28 deletions
+10
View File
@@ -536,6 +536,9 @@
.italic {
font-style: italic;
}
.no-underline {
text-decoration-line: none;
}
.underline {
text-decoration-line: underline;
}
@@ -764,6 +767,13 @@
}
}
}
.hover\:no-underline {
&:hover {
@media (hover: hover) {
text-decoration-line: none;
}
}
}
.hover\:underline {
&:hover {
@media (hover: hover) {