diff --git a/blocks-status.php b/blocks-status.php
index cfadc26..1f23c5d 100644
--- a/blocks-status.php
+++ b/blocks-status.php
@@ -2,11 +2,39 @@
Statut des Blocks
+
+
Protocole de test
+
+ - Pas d'erreur js ?
+ - Code clean ?
+ - Plusieurs blocks dans la page ok ?
+ - Gestion des langues correcte ?
+
+
+
+
@@ -66,7 +97,12 @@
ul {
list-style: none;
padding: 0;
- padding-bottom: 200px;
+ padding-bottom: 60px;
+ }
+
+ .test-protocole ul {
+ list-style: disc;
+
}
li.block {
@@ -96,6 +132,18 @@
}
.is_wip .status:after {
- content: "✴️ Work in Progress"
+ content: "✴️ En développement"
+ }
+
+ .infos {
+ margin-top: 20px;
+ border-radius: 5px;
+ padding: 16px 40px;
+ }
+
+ .infos--danger {
+ background-color: #ffdada7a;
+ color: #ff5858;
+ border: 1px solid #ff5858;
}
\ No newline at end of file
diff --git a/css/app.css b/css/app.css
index 3c9e91d..3722a20 100644
--- a/css/app.css
+++ b/css/app.css
@@ -4037,12 +4037,14 @@ article > *:not(.entry-content, .chapter-header-block),
border-radius: 1rem;
}
-.homegrade-blocks-vocabulaire-summary__title {
+.homegrade-blocks-vocabulaire-summary__title,
+ .homegrade-blocks-vocabulaire-summary h3 {
padding-bottom: 1.5rem;
font-size: 1.875rem;
line-height: 2.25rem;
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
+ /* color: red !important; */
}
.homegrade-blocks-vocabulaire-summary__content {
diff --git a/resources/css/blocks/vocabulaire-summary.css b/resources/css/blocks/vocabulaire-summary.css
index 6dc6a9f..56f166b 100644
--- a/resources/css/blocks/vocabulaire-summary.css
+++ b/resources/css/blocks/vocabulaire-summary.css
@@ -4,8 +4,10 @@
@apply rounded-2xl mb-4;
}
- &__title {
+ &__title,
+ h3 {
@apply text-3xl !text-black pb-6;
+ /* color: red !important; */
}
&__content {
padding-top: 30px;