Votre vote a été mis a jour
- - + +
+
+
+
+
Votre vote a été mis a jour
+ +
diff --git a/styles/standard-assets/popup.css b/styles/standard-assets/popup.css
index 70c6d73..b10a364 100644
--- a/styles/standard-assets/popup.css
+++ b/styles/standard-assets/popup.css
@@ -43,10 +43,6 @@
background: var(--main-background);
}
-.standard-popup-whole-section-content.alert-popup-popup-popup {
- width: 300px;
- height: 100px;
-}
.standard-popup-whole-section-content.add-popup {
width: 250px;
@@ -77,13 +73,6 @@
height: 35px;
}
-.standard-button.alert-popup {
- transform: translateY(10px);
- width: 280px;
- font-size: 16px;
-}
-
-
.select-image {
border: var(--border-width) var(--border-style) var(--border-color);
position: relative;
@@ -211,6 +200,22 @@
font-size: 25px;
}
+/* Alert Popup */
+.standard-popup-whole-section-content.alert-popup {
+ padding: 10px;
+ width: 350px;
+ height: auto;
+}
+
+.alert-text {
+ font-size: 25px;
+ height: 100%;
+}
+
+.alert-button {
+ width: 100%;
+}
+
/* Welcome popup */
.standard-popup-whole-section-content.welcome-popup {
padding: 50px;