diff --git a/src/components/FileTable.vue b/src/components/FileTable.vue index 5d1b40d..9732f29 100644 --- a/src/components/FileTable.vue +++ b/src/components/FileTable.vue @@ -1,355 +1,366 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/components/WebContentViewer.vue b/src/components/WebContentViewer.vue index 2344f38..83115ae 100644 --- a/src/components/WebContentViewer.vue +++ b/src/components/WebContentViewer.vue @@ -67,7 +67,7 @@
- +
Aucun contenu à afficher @@ -255,4 +255,4 @@ export default { + \ No newline at end of file diff --git a/src/output.css b/src/output.css index 461a4f4..0f833ee 100644 --- a/src/output.css +++ b/src/output.css @@ -773,6 +773,10 @@ video { border-width: 1px; } +.border-4 { + border-width: 4px; +} + .border-b { border-bottom-width: 1px; } @@ -781,11 +785,20 @@ video { border-right-width: 1px; } +.border-dashed { + border-style: dashed; +} + .border-gray-300 { --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); } +.border-green-500 { + --tw-border-opacity: 1; + border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)); +} + .bg-NcBlack { --tw-bg-opacity: 1; background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)); @@ -901,6 +914,16 @@ video { transition-duration: 150ms; } +.transition-all { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + .last\:border-b-0:last-child { border-bottom-width: 0px; }