Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Jan 14, 2022
1 parent b095c5d commit 7677f00
Show file tree
Hide file tree
Showing 5 changed files with 13,967 additions and 3,879 deletions.
51 changes: 33 additions & 18 deletions resources/compiled/ignition.css
Original file line number Diff line number Diff line change
Expand Up @@ -1320,8 +1320,8 @@ pre.sf-dump .sf-dump-toggle:hover span{
top: 0.5rem;
}

.right-3{
right: 0.75rem;
.right-2{
right: 0.5rem;
}

.-bottom-3{
Expand All @@ -1332,14 +1332,6 @@ pre.sf-dump .sf-dump-toggle:hover span{
left: 50%;
}

.top-0{
top: 0px;
}

.right-0{
right: 0px;
}

.left-0{
left: 0px;
}
Expand All @@ -1348,8 +1340,8 @@ pre.sf-dump .sf-dump-toggle:hover span{
left: 2.5rem;
}

.right-2{
right: 0.5rem;
.top-0{
top: 0px;
}

.top-2\.5{
Expand All @@ -1364,6 +1356,10 @@ pre.sf-dump .sf-dump-toggle:hover span{
right: 50%;
}

.right-0{
right: 0px;
}

.left-4{
left: 1rem;
}
Expand All @@ -1376,6 +1372,10 @@ pre.sf-dump .sf-dump-toggle:hover span{
top: 0.125rem;
}

.right-3{
right: 0.75rem;
}

.z-10{
z-index: 10;
}
Expand Down Expand Up @@ -2030,8 +2030,8 @@ pre.sf-dump .sf-dump-toggle:hover span{
background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-emerald-500\/5{
background-color: rgb(16 185 129 / 0.05);
.bg-green-500\/5{
background-color: rgb(34 197 94 / 0.05);
}

.bg-red-500\/5{
Expand All @@ -2053,6 +2053,10 @@ pre.sf-dump .sf-dump-toggle:hover span{
background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}

.bg-emerald-500\/5{
background-color: rgb(16 185 129 / 0.05);
}

.bg-opacity-20{
--tw-bg-opacity: 0.2;
}
Expand Down Expand Up @@ -2284,6 +2288,11 @@ pre.sf-dump .sf-dump-toggle:hover span{
color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-green-500{
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-red-500{
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
Expand Down Expand Up @@ -2383,6 +2392,12 @@ pre.sf-dump .sf-dump-toggle:hover span{
transition-duration: 150ms;
}

.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}

.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
Expand All @@ -2405,14 +2420,14 @@ pre.sf-dump .sf-dump-toggle:hover span{
transition-duration: 300ms;
}

.duration-100{
transition-duration: 100ms;
}

.duration-150{
transition-duration: 150ms;
}

.duration-100{
transition-duration: 100ms;
}

.duration-1000{
transition-duration: 1000ms;
}
Expand Down
Loading

0 comments on commit 7677f00

Please sign in to comment.