added new color variant

This commit is contained in:
Burak Civan
2022-11-08 10:37:46 +03:00
parent 90e118e1bc
commit 4ef3d319e0
2 changed files with 46 additions and 31 deletions

28
public/css/app.css vendored
View File

@ -54984,6 +54984,10 @@ body{
left: 100%;
}
[dir="ltr"] .ltr\:-right-10{
right: -2.5rem;
}
[dir="ltr"] .ltr\:-right-1\.5{
right: -0.375rem;
}
@ -54992,10 +54996,6 @@ body{
right: -0.25rem;
}
[dir="ltr"] .ltr\:-right-10{
right: -2.5rem;
}
[dir="ltr"] .ltr\:-left-80{
left: -20rem;
}
@ -55294,6 +55294,10 @@ body{
border-bottom-right-radius: 0.5rem;
}
[dir="ltr"] .ltr\:border-l-8{
border-left-width: 8px;
}
[dir="ltr"] .ltr\:p-0{
padding: 0px;
}
@ -55975,6 +55979,10 @@ body{
left: 100%;
}
[dir="rtl"] .rtl\:-left-10{
left: -2.5rem;
}
[dir="rtl"] .rtl\:-left-1\.5{
left: -0.375rem;
}
@ -55983,10 +55991,6 @@ body{
left: -0.25rem;
}
[dir="rtl"] .rtl\:-left-10{
left: -2.5rem;
}
[dir="rtl"] .rtl\:-right-80{
right: -20rem;
}
@ -56299,6 +56303,10 @@ body{
border-bottom-left-radius: 0.5rem;
}
[dir="rtl"] .rtl\:border-r-8{
border-right-width: 8px;
}
[dir="rtl"] .rtl\:p-0{
padding: 0px;
}
@ -56889,6 +56897,10 @@ body{
margin-top: 2.75rem;
}
.lg\:-mt-10{
margin-top: -2.5rem;
}
.lg\:mt-60{
margin-top: 15rem;
}