feat: ajouter la configuration SMTP et améliorer la documentation technique
This commit is contained in:
+14
-65
@@ -1907,6 +1907,20 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
font-weight: 700;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
||||
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(189 55 10 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
/* Blog and Syntax Highlighting Styles */
|
||||
|
||||
.highlight {
|
||||
@@ -2435,10 +2449,6 @@ body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.min-h-\[170px\] {
|
||||
min-height: 170px;
|
||||
}
|
||||
|
||||
.w-10 {
|
||||
width: 2.5rem;
|
||||
}
|
||||
@@ -2487,34 +2497,6 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.min-w-\[170px\] {
|
||||
min-width: 170px;
|
||||
}
|
||||
|
||||
.min-w-\[180px\] {
|
||||
min-width: 180px;
|
||||
}
|
||||
|
||||
.min-w-\[200px\] {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.min-w-\[220px\] {
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.min-w-\[100px\] {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.min-w-\[150px\] {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.min-w-\[190px\] {
|
||||
min-width: 190px;
|
||||
}
|
||||
|
||||
.\!max-w-none {
|
||||
max-width: none !important;
|
||||
}
|
||||
@@ -2669,14 +2651,6 @@ body {
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.gap-3 {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.gap-x-8 {
|
||||
-moz-column-gap: 2rem;
|
||||
column-gap: 2rem;
|
||||
@@ -2891,11 +2865,6 @@ body {
|
||||
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
||||
}
|
||||
|
||||
.bg-green-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
||||
}
|
||||
|
||||
.bg-green-500 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
|
||||
@@ -4808,26 +4777,6 @@ body {
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
.xl\:min-h-\[170px\] {
|
||||
min-height: 170px;
|
||||
}
|
||||
|
||||
.xl\:min-h-\[100px\] {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.xl\:min-h-\[110px\] {
|
||||
min-height: 110px;
|
||||
}
|
||||
|
||||
.xl\:min-h-\[111px\] {
|
||||
min-height: 111px;
|
||||
}
|
||||
|
||||
.xl\:min-h-\[112px\] {
|
||||
min-height: 112px;
|
||||
}
|
||||
|
||||
.xl\:min-h-\[113px\] {
|
||||
min-height: 113px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user