gitignore fix ?

This commit is contained in:
Alexandre_BRAVO 2024-11-29 15:15:37 +01:00
parent 5fa035e76e
commit 6850807fde

View File

@ -595,6 +595,10 @@ video {
z-index: 50;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -619,10 +623,6 @@ video {
margin-top: 1rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.flex {
display: flex;
}
@ -683,10 +683,6 @@ video {
width: 6rem;
}
.w-32 {
width: 8rem;
}
.w-4\/6 {
width: 66.666667%;
}
@ -848,6 +844,10 @@ video {
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.\!bg-NcBlue\/30 {
background-color: rgb(0 114 195 / 0.3) !important;
}
.bg-NcBlack {
--tw-bg-opacity: 1;
background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
@ -866,11 +866,6 @@ video {
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
@ -890,11 +885,6 @@ video {
background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
@ -905,10 +895,6 @@ video {
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.\!bg-NcBlue\/30 {
background-color: rgb(0 114 195 / 0.3) !important;
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
@ -944,11 +930,6 @@ video {
line-height: 1.75rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
@ -1016,12 +997,6 @@ video {
transition-duration: 150ms;
}
.transition-colors {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
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);
}
@ -1030,10 +1005,6 @@ video {
border-bottom-width: 0px;
}
.last\:border-r-0:last-child {
border-right-width: 0px;
}
.hover\:bg-NcGray:hover {
--tw-bg-opacity: 1;
background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
@ -1049,11 +1020,6 @@ video {
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));