diff --git a/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.html b/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.html
index 1ac3917..b16d9ae 100644
--- a/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.html
+++ b/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.html
@@ -53,10 +53,16 @@
No hay entradas disponibles.
}
-
diff --git a/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.scss b/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.scss
index bb607c1..72774f0 100644
--- a/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.scss
+++ b/src/app/shared/components/product-ticket-selector/product-ticket-selector.component.scss
@@ -91,14 +91,7 @@
}
&__actions {
- display: flex;
- justify-content: flex-end;
- gap: 0.75rem;
margin-top: 0.75rem;
-
- app-button {
- min-width: 170px;
- }
}
&__map {
@@ -122,18 +115,6 @@
}
}
- &__actions {
- flex-direction: column-reverse;
-
- app-button {
- width: 100%;
-
- ::ng-deep .btn {
- width: 100%;
- }
- }
- }
-
&__map {
margin-top: 2rem;
}