test ajout des articles
This commit is contained in:
@ -1,7 +1,24 @@
|
||||
/* Write your global styles here, in PostCSS syntax */
|
||||
@tailwind base;
|
||||
|
||||
|
||||
|
||||
@layer utilities {
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
.inline-picture {
|
||||
@apply w-24 inline;
|
||||
}
|
||||
a {
|
||||
@apply text-orange-300;
|
||||
}
|
||||
@ -25,6 +42,7 @@
|
||||
}
|
||||
pre {
|
||||
@apply bg-base-300 border-white border-l-2 my-4 px-2 py-2 pl-4
|
||||
overflow-x-scroll no-scrollbar
|
||||
}
|
||||
ul {
|
||||
@apply my-2
|
||||
|
||||
Reference in New Issue
Block a user