Files
2024-12-13 08:31:39 +07:00

20 lines
292 B
SCSS

/**=====================
83. Wishlist CSS start
==========================**/
.wishlist{
table{
tr{
td{
svg{
color: $dark-gray;
cursor: pointer;
}
}
}
}
}
/**=====================
83. Wishlist CSS Ends
==========================**/