-
- {{ alertText }}
-
+
+
+ {{ alertText }}
+
+
+

.modal-overlay {
display: flex !important;
- height: 100%;
+ justify-content: center;
width: 100%;
+ padding-top: 7rem;
+ height: 3rem;
+ z-index: 10;
}
.modal {
background-color: rgba(251, 191, 36, 1);
- height: 6%;
- width: 100%;
+ height: 3rem;
+ width: 96%;
border-radius: 10px;
align-items: center;
white-space: nowrap;
@@ -77,13 +92,16 @@ h6 {
p {
font-size: 20px;
+ font-weight: 600;
}
button {
- width: 100px;
- height: 40px;
+ width: 50px;
+ height: 30px;
color: black;
- font-size: 14px;
+ font-size: 16px;
border-radius: 10px;
+ border: 2px solid white;
+ margin-left: 1rem;
}
diff --git a/src/components/SellerSteps/WantSellComponent.vue b/src/components/SellerSteps/WantSellComponent.vue
index 54ed58a..2f61843 100644
--- a/src/components/SellerSteps/WantSellComponent.vue
+++ b/src/components/SellerSteps/WantSellComponent.vue
@@ -1,7 +1,6 @@
+