mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
tiny tiny fix
This commit is contained in:
parent
a39bf13154
commit
f3fb8a11c3
2 changed files with 5 additions and 2 deletions
|
|
@ -196,12 +196,14 @@
|
|||
|
||||
/* Place enough to the right to hide the error */
|
||||
right: -355px;
|
||||
opacity: 0;
|
||||
|
||||
max-width: 340px;
|
||||
margin: 0 15px;
|
||||
|
||||
/* Animate error from the right */
|
||||
transition: right var(--transitionStyle);
|
||||
transition: all ease-out 0.2s;
|
||||
transition-delay: 1s;
|
||||
|
||||
/* Bleed the bg color from the bottom */
|
||||
padding-bottom: 4px;
|
||||
|
|
@ -218,6 +220,7 @@
|
|||
|
||||
.genericErrorVisible {
|
||||
right: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.genericErrorContent {
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
"EditListingPhotosForm.imageRequired": "You need to add at least one image.",
|
||||
"EditListingPhotosForm.imageTypes": ".JPG, .GIF or .PNG max. 10 MB",
|
||||
"EditListingPhotosForm.imageUploadFailed.uploadFailed": "Failed to upload image. Please try again.",
|
||||
"EditListingPhotosForm.imageUploadFailed.uploadOverLimit": "Image was too big. Maximum size is 10 MB.",
|
||||
"EditListingPhotosForm.imageUploadFailed.uploadOverLimit": "Maximum file size is 10 MB. Please try again.",
|
||||
"EditListingPhotosForm.savedImageAltText": "Saved listing image",
|
||||
"EditListingPhotosForm.showListingFailed": "Fetching listing data failed",
|
||||
"EditListingPhotosForm.updateFailed": "Failed to update listing. Please try again.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue