Skip to content
Snippets Groups Projects
Commit e23c80cb authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #19577 [fid_bbi] fix cart button error in detail view

parent 827c0c83
No related merge requests found
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
white-space: nowrap; white-space: nowrap;
width: calc(100% - #{g(.5)}); width: calc(100% - #{g(.5)});
&.hidden {
display: none;
}
@include hover { @include hover {
box-shadow: none; box-shadow: none;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment