Add split to files
This commit is contained in:
@@ -25,6 +25,14 @@
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-border-top {
|
||||||
|
border-top: 2px solid #da131a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-shadow-top {
|
||||||
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
.orientation-modal, .charte-modal {
|
.orientation-modal, .charte-modal {
|
||||||
color: #da131a;
|
color: #da131a;
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
|
|||||||
+2
-2
@@ -863,8 +863,8 @@
|
|||||||
<hr>
|
<hr>
|
||||||
</section>
|
</section>
|
||||||
<section class="modal-request"></section>
|
<section class="modal-request"></section>
|
||||||
<section class="modal-card-body has-background-dark">
|
<section class="has-background-dark has-border-top has-shadow-top">
|
||||||
<div id="article-fichiers"></div>
|
<div id="article-fichiers" class="mt-2 pl-5"></div>
|
||||||
</section>
|
</section>
|
||||||
<footer class="modal-card-foot has-background-dark">
|
<footer class="modal-card-foot has-background-dark">
|
||||||
<button class="button is-danger is-outlined is-fullwidth">
|
<button class="button is-danger is-outlined is-fullwidth">
|
||||||
|
|||||||
Reference in New Issue
Block a user