Skip to content

Commit

Permalink
Starting with streamer
Browse files Browse the repository at this point in the history
  • Loading branch information
MooseSaeed committed Mar 30, 2022
1 parent 0ea75e1 commit 4842cec
Show file tree
Hide file tree
Showing 3 changed files with 1,126 additions and 7 deletions.
18 changes: 18 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.m-0 {
margin: 0px;
}
.m-1 {
margin: 0.25rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -548,6 +551,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.w-4 {
width: 1rem;
}
.w-60 {
width: 15rem;
}
.max-w-6xl {
max-width: 72rem;
}
Expand Down Expand Up @@ -658,6 +664,9 @@ Ensure the default browser behavior of the `hidden` attribute.
.border {
border-width: 1px;
}
.border-0 {
border-width: 0px;
}
.border-b {
border-bottom-width: 1px;
}
Expand Down Expand Up @@ -839,6 +848,10 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-text-opacity: 1;
color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
Expand All @@ -854,6 +867,11 @@ 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-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
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
Loading

0 comments on commit 4842cec

Please sign in to comment.