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

enlarge dimmer

parent 75dcea39
No related branches found
No related tags found
No related merge requests found
<template> <template>
<div class="fourteen wide column"> <div class="fourteen wide column">
<div class="ui dimmer" :class="[{ active: featureLoading }]"></div>
<script <script
type="application/javascript" type="application/javascript"
:src=" :src="
...@@ -12,9 +13,7 @@ ...@@ -12,9 +13,7 @@
<h1>Signalements</h1> <h1>Signalements</h1>
</div> </div>
<div class="twelve-wide column no-padding-mobile mobile-fullwidth"> <div class="twelve-wide column no-padding-mobile mobile-fullwidth">
<div class="ui dimmer" :class="[{ active: featureLoading }]"> <div class="ui large text loader">Chargement</div>
<div class="ui large text loader">Chargement</div>
</div>
<div class="ui secondary menu no-margin"> <div class="ui secondary menu no-margin">
<a <a
@click="showMap = true" @click="showMap = true"
...@@ -497,6 +496,5 @@ export default { ...@@ -497,6 +496,5 @@ export default {
width: 100%; width: 100%;
} }
} }
</style> </style>
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