Compare commits
No commits in common. "339feb2e52b0a4b6b2d209d2756b6a9688899c93" and "966dc49a9e27c367125985148999c19a9046553b" have entirely different histories.
339feb2e52
...
966dc49a9e
3 changed files with 6 additions and 26 deletions
|
@ -1,17 +0,0 @@
|
||||||
.adminOptions {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row wrap;
|
|
||||||
justify-content: space-around;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.adminOption {
|
|
||||||
font-family: 'Poppins';
|
|
||||||
font-size: 1rem;
|
|
||||||
font-weight: 500;
|
|
||||||
background-color: #FF563C;
|
|
||||||
padding: 10px;
|
|
||||||
color: #fff;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
.documentationListe {
|
.documentationListe {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
/*regular*/
|
/*semi-bold*/
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
/*16px*/
|
/*16px*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
.documentationDocument {
|
.documentationDocument {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
/*regular*/
|
/*semi-bold*/
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
/*16px*/
|
/*16px*/
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
|
|
|
@ -5,16 +5,13 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>AGECEM</title>
|
<title>AGECEM</title>
|
||||||
{{ template "general-html" }}
|
{{ template "general-html" }}
|
||||||
<link rel="stylesheet" href="/public/css/admin.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ template "header-html" }}
|
{{ template "header-html" }}
|
||||||
<div class="wrapper adminWrapper">
|
<h1 class="heading1">Admin</h1>
|
||||||
<h1 class="heading1">Admin</h1>
|
<ul>
|
||||||
<div class="adminOptions">
|
<li><a href="/admin/documents/upload">Ajout de document</a></li>
|
||||||
<button class="adminOption" onclick="location.href = '/admin/documents/upload'">Ajout de document</a>
|
</ul>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue