Improve links replace by buttons
This commit is contained in:
+34
-11
@@ -420,12 +420,21 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
|
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
|
||||||
<button class="button is-danger is-light">Fermer</button>
|
<button class="button is-danger is-outlined">
|
||||||
<div>
|
<span>Fermer</span>
|
||||||
<span class="icon">
|
<span class="icon is-small">
|
||||||
<ion-icon name="document"></ion-icon>
|
<ion-icon name="close-circle"></ion-icon>
|
||||||
</span>
|
</span>
|
||||||
<a class="has-text-danger-light" href="./assets/charte-du-gong-1963.pdf" download>Voir l'original</a>
|
</button>
|
||||||
|
<div>
|
||||||
|
<a class="has-text-light is-success" href="./assets/charte-du-gong-1963.pdf">
|
||||||
|
<button type="button" href="./assets/charte-du-gong-1963.pdf" class="button is-success is-outlined">
|
||||||
|
<span>Voir l'original</span>
|
||||||
|
<span class="icon is-small">
|
||||||
|
<ion-icon name="document"></ion-icon>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@@ -809,12 +818,21 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
|
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
|
||||||
<button class="button is-danger is-light">Fermer</button>
|
<button class="button is-danger is-outlined">
|
||||||
<div>
|
<span>Fermer</span>
|
||||||
<span class="icon">
|
<span class="icon is-small">
|
||||||
<ion-icon name="document"></ion-icon>
|
<ion-icon name="close-circle"></ion-icon>
|
||||||
</span>
|
</span>
|
||||||
<a class="has-text-danger-light" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf" download>Voir l'original</a>
|
</button>
|
||||||
|
<div>
|
||||||
|
<a class="has-text-light is-success" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf">
|
||||||
|
<button type="button" class="button is-success is-outlined">
|
||||||
|
<span>Voir l'original</span>
|
||||||
|
<span class="icon is-small">
|
||||||
|
<ion-icon name="document"></ion-icon>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@@ -837,7 +855,12 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="modal-request"></section>
|
<section class="modal-request"></section>
|
||||||
<footer class="modal-card-foot has-background-dark">
|
<footer class="modal-card-foot has-background-dark">
|
||||||
<button class="button">Fermer</button>
|
<button class="button is-danger is-outlined is-fullwidth">
|
||||||
|
<span>Fermer</span>
|
||||||
|
<span class="icon is-small">
|
||||||
|
<ion-icon name="close-circle"></ion-icon>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user