mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 19:32:15 +00:00
version final
This commit is contained in:
parent
f3d5f33b09
commit
1f9e64790a
@ -128,6 +128,15 @@ h3 {
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-edit {
|
||||||
|
font-weight: 200;
|
||||||
|
font-size: 15px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
.addTag{
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.contenue {
|
.contenue {
|
||||||
height: 285vh;
|
height: 285vh;
|
||||||
}
|
}
|
||||||
@ -440,6 +449,7 @@ input {
|
|||||||
.article .etiquettes,
|
.article .etiquettes,
|
||||||
.post .etiquettes {
|
.post .etiquettes {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .date,
|
.article .date,
|
||||||
@ -533,6 +543,10 @@ input {
|
|||||||
padding: 45px;
|
padding: 45px;
|
||||||
/* border-radius: 5px; */
|
/* border-radius: 5px; */
|
||||||
}
|
}
|
||||||
|
.container-edit{
|
||||||
|
background-color: white;
|
||||||
|
padding: 45px 45px 115px 45px;
|
||||||
|
}
|
||||||
.container-search {
|
.container-search {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -578,7 +592,7 @@ input {
|
|||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
float: right;
|
float: right;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
border-radius: 5px;
|
/* border-radius: 5px; */
|
||||||
}
|
}
|
||||||
.bloc-filter a{
|
.bloc-filter a{
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<main class="test container">
|
<main class="test container">
|
||||||
<div class="bloc-post">
|
<div class="bloc-post">
|
||||||
<div class="container-post post column-cat">
|
<div class="container-edit post column-cat">
|
||||||
<h2 class="title">
|
<h2 class="title">
|
||||||
<tag type="editor" element="title" />
|
<tag type="editor" element="title" />
|
||||||
</h2>
|
</h2>
|
||||||
@ -26,13 +26,13 @@
|
|||||||
<tag type="editor" element="content" />
|
<tag type="editor" element="content" />
|
||||||
</p>
|
</p>
|
||||||
<button class="bloc-plus submitPost">
|
<button class="bloc-plus submitPost">
|
||||||
Créer
|
Enregistrer
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc-filter">
|
<div class="bloc-filter">
|
||||||
<p class="title-small">Tags</p>
|
<p class="title-edit">Tags</p>
|
||||||
<tag type="editor" element="tags" />
|
<tag type="editor" element="tags" />
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bloc-filter">
|
<div class="bloc-filter">
|
||||||
<p class="title-small">Tags</p>
|
<p class="title-edit">Tags</p>
|
||||||
<tag type="editor" element="tags" />
|
<tag type="editor" element="tags" />
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user