parent
3a084d6c50
commit
38a093a083
@ -0,0 +1 @@
|
|||||||
|
|
@ -1,5 +1,9 @@
|
|||||||
|
.code_input {
|
||||||
|
padding: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.code_input .code_input_textarea {
|
.code_input .code_input_textarea {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
min-height: 80vh;
|
min-height: 80vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -1,28 +1,39 @@
|
|||||||
<div class="header-card">
|
<div class="header-card">
|
||||||
<div class="toolbar" role="banner">
|
<div class="toolbar" role="banner">
|
||||||
|
|
||||||
<img class="sandkasten-logo"
|
<div class="right_part">
|
||||||
routerLink=""
|
<div class="logo_container">
|
||||||
routerLinkActive="active"
|
<img class="sandkasten-logo"
|
||||||
[routerLinkActiveOptions]="{ exact: true }"
|
routerLink=""
|
||||||
[src]="sandkasten_logo" alt="Logo-Sandkasten" />
|
routerLinkActive="active"
|
||||||
<h2>{{ title }}</h2>
|
[routerLinkActiveOptions]="{ exact: true }"
|
||||||
|
[src]="sandkasten_logo" alt="Logo-Sandkasten" />
|
||||||
|
<h2 class="logo_title">{{ title }}</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="spacer"></div>
|
|
||||||
|
|
||||||
<a href="https://codefirst.iut.uca.fr/git/sandkasten">
|
<nav class="menu">
|
||||||
<img class="gitea-logo"
|
<a
|
||||||
[src]="gitea_logo" alt="Logo-Gitea" />
|
routerLink=""
|
||||||
</a>
|
routerLinkActive="active"
|
||||||
<p>Version : {{ version }}</p>
|
[routerLinkActiveOptions]="{ exact: true }"
|
||||||
|
>Accueil</a>
|
||||||
|
|
||||||
<nav>
|
<a
|
||||||
<a
|
routerLink="editor"
|
||||||
routerLink="editor"
|
routerLinkActive="active"
|
||||||
routerLinkActive="active"
|
[routerLinkActiveOptions]="{ exact: true }"
|
||||||
[routerLinkActiveOptions]="{ exact: true }"
|
>Editeur</a>
|
||||||
>Éditeur</a
|
</nav>
|
||||||
>
|
</div>
|
||||||
</nav>
|
|
||||||
|
<div class="left_part">
|
||||||
|
<a href="https://codefirst.iut.uca.fr/git/sandkasten"
|
||||||
|
class="gitea_logo_container">
|
||||||
|
<img class="gitea-logo"
|
||||||
|
[src]="gitea_logo" alt="Logo-Gitea" />
|
||||||
|
</a>
|
||||||
|
<p>Version : {{ version }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in new issue