Add split to files
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
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 {
|
||||
color: #da131a;
|
||||
transition: color 0.3s ease;
|
||||
|
||||
+2
-2
@@ -863,8 +863,8 @@
|
||||
<hr>
|
||||
</section>
|
||||
<section class="modal-request"></section>
|
||||
<section class="modal-card-body has-background-dark">
|
||||
<div id="article-fichiers"></div>
|
||||
<section class="has-background-dark has-border-top has-shadow-top">
|
||||
<div id="article-fichiers" class="mt-2 pl-5"></div>
|
||||
</section>
|
||||
<footer class="modal-card-foot has-background-dark">
|
||||
<button class="button is-danger is-outlined is-fullwidth">
|
||||
|
||||
Reference in New Issue
Block a user