Skip to content
Snippets Groups Projects
Commit 700e35cc authored by Timothee P's avatar Timothee P :sunflower:
Browse files

uniformize error message style

parent d11bbe99
No related branches found
No related tags found
No related merge requests found
...@@ -122,9 +122,11 @@ ...@@ -122,9 +122,11 @@
class="image_file" class="image_file"
id="image_file" id="image_file"
/> />
<p class="error-message"> <ul v-if="erreurUploadMessage" class="errorlist">
{{ erreurUploadMessage }} <li>
</p> {{ erreurUploadMessage }}
</li>
</ul>
</div> </div>
<button <button
@click="georeferencement" @click="georeferencement"
...@@ -1039,9 +1041,6 @@ export default { ...@@ -1039,9 +1041,6 @@ export default {
margin: 1rem 0 !important; margin: 1rem 0 !important;
} }
.error-message {
color: red;
}
/* override to display buttons under the dimmer of modal */ /* override to display buttons under the dimmer of modal */
.leaflet-top, .leaflet-top,
.leaflet-bottom { .leaflet-bottom {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment