Skip to content
Snippets Groups Projects
Commit cff4dcb7 authored by Aspectis's avatar Aspectis Committed by Dorian Merz
Browse files

refs #19648 [fid_bbi] some style fixes

* fix hover effect on cart buttons
* fix alerts overlaying modal close button

also refs #18965
parent 1cc1db3b
Branches
Tags
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
padding: g(.5) g(); padding: g(.5) g();
padding-left: g(2.75); padding-left: g(2.75);
position: relative; position: relative;
width: auto;
&.alert-danger { &.alert-danger {
color: $text-color; color: $text-color;
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
margin: g(-.25) g(.25) g(-.25) g(.25 + 1); margin: g(-.25) g(.25) g(-.25) g(.25 + 1);
> a, > a,
> .cart-buttons > a:not(.hidden),
> .dropdown > a { > .dropdown > a {
display: block; display: block;
margin: g(.25) g(-.25) g(-.25); margin: g(.25) g(-.25) g(-.25);
......
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