styles
This commit is contained in:
Vendored
+1
-2
@@ -72,7 +72,6 @@ ul.list-unstyled li {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: -1.5rem 1rem 0;
|
||||
height: 60%;
|
||||
@extend .rounded;
|
||||
@extend .shadow;
|
||||
|
||||
@@ -82,7 +81,7 @@ ul.list-unstyled li {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 50%; // ajusta según el tamaño deseado
|
||||
height: 80%; // ajusta según el tamaño deseado
|
||||
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user