Skip to content

Commit

Permalink
overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
MooseSaeed committed Apr 10, 2022
1 parent 297a77a commit 5945e0d
Show file tree
Hide file tree
Showing 7 changed files with 640 additions and 64 deletions.
16 changes: 16 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ Ensure the default browser behavior of the `hidden` attribute.
white-space: nowrap;
border-width: 0;
}
.invisible {
visibility: hidden;
}
.absolute {
position: absolute;
}
Expand Down Expand Up @@ -576,6 +579,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.w-4 {
width: 1rem;
}
.w-96 {
width: 24rem;
}
.max-w-6xl {
max-width: 72rem;
}
Expand Down Expand Up @@ -936,6 +942,16 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-purple-500\/50 {
--tw-shadow-color: rgb(168 85 247 / 0.5);
--tw-shadow: var(--tw-shadow-colored);
Expand Down
102 changes: 102 additions & 0 deletions public/images/robot-svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5945e0d

Please sign in to comment.