Skip to content

Commit

Permalink
update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 28, 2024
1 parent b9c2431 commit 163be73
Showing 1 changed file with 14 additions and 74 deletions.
88 changes: 14 additions & 74 deletions MyApp/wwwroot/css/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -1014,10 +1014,6 @@ select{
float: right;
}

.-m-2 {
margin: -0.5rem;
}

.-m-2\.5 {
margin: -0.625rem;
}
Expand All @@ -1038,11 +1034,6 @@ select{
margin: 1rem;
}

.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}

.-mx-1\.5 {
margin-left: -0.375rem;
margin-right: -0.375rem;
Expand All @@ -1063,11 +1054,6 @@ select{
margin-right: -1.5rem;
}

.-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}

.-my-1\.5 {
margin-top: -0.375rem;
margin-bottom: -0.375rem;
Expand Down Expand Up @@ -1136,10 +1122,6 @@ select{
margin-bottom: -1px;
}

.-ml-0 {
margin-left: -0px;
}

.-ml-0\.5 {
margin-left: -0.125rem;
}
Expand Down Expand Up @@ -1260,10 +1242,6 @@ select{
margin-bottom: 2rem;
}

.ml-0 {
margin-left: 0px;
}

.ml-0\.5 {
margin-left: 0.125rem;
}
Expand Down Expand Up @@ -1296,10 +1274,6 @@ select{
margin-left: auto;
}

.mr-0 {
margin-right: 0px;
}

.mr-0\.5 {
margin-right: 0.125rem;
}
Expand Down Expand Up @@ -1464,10 +1438,6 @@ select{
height: 7rem;
}

.h-3 {
height: 0.75rem;
}

.h-3\.5 {
height: 0.875rem;
}
Expand Down Expand Up @@ -1588,10 +1558,6 @@ select{
width: 7rem;
}

.w-3 {
width: 0.75rem;
}

.w-3\.5 {
width: 0.875rem;
}
Expand Down Expand Up @@ -2010,21 +1976,11 @@ select{
gap: 2rem;
}

.gap-x-0 {
-moz-column-gap: 0px;
column-gap: 0px;
}

.gap-x-0\.5 {
-moz-column-gap: 0.125rem;
column-gap: 0.125rem;
}

.gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}

.gap-x-1\.5 {
-moz-column-gap: 0.375rem;
column-gap: 0.375rem;
Expand Down Expand Up @@ -2502,6 +2458,11 @@ select{
background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.bg-red-100 {
--tw-bg-opacity: 1;
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-200 {
--tw-bg-opacity: 1;
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -2664,11 +2625,6 @@ select{
padding-right: 1.5rem;
}

.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}

.py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
Expand Down Expand Up @@ -2853,10 +2809,6 @@ select{
padding-right: 2.25rem;
}

.pt-0 {
padding-top: 0px;
}

.pt-0\.5 {
padding-top: 0.125rem;
}
Expand All @@ -2881,6 +2833,10 @@ select{
padding-top: 0.5rem;
}

.pt-3 {
padding-top: 0.75rem;
}

.pt-4 {
padding-top: 1rem;
}
Expand Down Expand Up @@ -5037,18 +4993,10 @@ select{
width: 30rem;
}

.sm\:w-\[56rem\] {
width: 56rem;
}

.sm\:w-full {
width: 100%;
}

.sm\:max-w-4xl {
max-width: 56rem;
}

.sm\:max-w-lg {
max-width: 32rem;
}
Expand Down Expand Up @@ -5184,10 +5132,6 @@ select{
padding-left: 1rem;
}

.sm\:pr-3 {
padding-right: 0.75rem;
}

.sm\:pr-3\.5 {
padding-right: 0.875rem;
}
Expand Down Expand Up @@ -5660,18 +5604,10 @@ select{
width: 5rem;
}

.xl\:w-\[64rem\] {
width: 64rem;
}

.xl\:max-w-3xl {
max-width: 48rem;
}

.xl\:max-w-5xl {
max-width: 64rem;
}

.xl\:max-w-screen-lg {
max-width: 1024px;
}
Expand All @@ -5680,6 +5616,10 @@ select{
flex-grow: 1;
}

.xl\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xl\:text-5xl {
font-size: 3rem;
line-height: 1;
Expand Down

0 comments on commit 163be73

Please sign in to comment.