article: finally some work on 5S article

This commit is contained in:
Julien Calixte
2025-02-16 19:42:25 +01:00
parent b0b9506de9
commit 3c663edc14
8 changed files with 157 additions and 114 deletions

View File

@@ -0,0 +1,15 @@
<script setup lang="ts"></script>
<template>
<div class="coffee-day">
<button>Start the day</button>
</div>
</template>
<style scoped lang="scss">
.coffee-day {
button {
color: white;
}
}
</style>

View File

@@ -45,7 +45,7 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
</script>
<template>
<article class="flow-article">
<article class="flow-article with-article">
<h1>Pull System</h1>
<h2 class="created-at numeric">
{{ createdAt }}
@@ -303,31 +303,6 @@ const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
<style lang="scss">
.flow-article {
color: black;
background-color: white;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 1080px;
margin: auto;
h1 {
margin: 0 0 0.5rem;
}
.created-at {
font-size: 14pt;
margin: 0;
}
.text {
font-size: 16pt;
max-width: 650px;
margin: auto;
text-align: justify;
}
.above {
z-index: 1;
padding-top: 1rem;