Add publication edition form.

This commit is contained in:
Florian THIERRY
2024-08-04 15:54:00 +02:00
parent 42c4f76c0d
commit 32ab1d79c8
10 changed files with 4040 additions and 1978 deletions

View File

@@ -39,20 +39,6 @@
justify-content: space-between;
align-items: center;
button {
padding: .8em 1.2em;
border-radius: 10em;
border: none;
background-color: #3f51b5;
color: white;
transition: background-color .2s ease-in-out;
&:hover {
background-color: #5b6ed8;
cursor: pointer;
}
}
a {
color: #3f51b5;
text-decoration: none;