Edit projects section
This commit is contained in:
parent
6c9c179283
commit
51fe86d804
13 changed files with 380 additions and 208 deletions
|
@ -12,8 +12,8 @@
|
|||
<div class="error__emoticon" aria-hidden="true" v-show="isVisible">¯\(°_o)/¯</div>
|
||||
</Transition>
|
||||
<button class="error__button" @click="$emit('handleError')">
|
||||
<span class="error__button-text">Retourner à la page d'accueil</span>
|
||||
<svg class="error__button-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
|
||||
<span>Retourner à la page d'accueil</span>
|
||||
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M 2 8.7 L 12 1 L 22 8.7 L 22 20.8 C 22 22.016 21.006 23 19.778 23 L 4.222 23 C 2.995 23 2 22.016 2 20.8 L 2 8.7 Z"/>
|
||||
<polyline points="8.667 23 8.667 12 15.333 12 15.333 23"/>
|
||||
</svg>
|
||||
|
@ -89,7 +89,7 @@
|
|||
grid-area: separator;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--accent-color);
|
||||
background-color: var(--primary-accent-color);
|
||||
}
|
||||
|
||||
&__emoticon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue