code refactoring

This commit is contained in:
Burak Civan
2022-12-30 15:00:46 +03:00
parent c4c92c9f32
commit 30c4d2cc42
3 changed files with 19 additions and 3 deletions

12
public/css/app.css vendored
View File

@ -57807,6 +57807,10 @@ body{
@media (min-width: 1280px){
.xl\:absolute{
position: absolute;
}
.xl\:top-28{
top: 7rem;
}
@ -57882,6 +57886,10 @@ body{
left: 0px;
}
[dir="ltr"] .xl\:ltr\:right-0{
right: 0px;
}
[dir="ltr"] .xl\:ltr\:ml-64{
margin-left: 16rem;
}
@ -57894,6 +57902,10 @@ body{
right: 0px;
}
[dir="rtl"] .xl\:rtl\:left-0{
left: 0px;
}
[dir="rtl"] .xl\:rtl\:mr-64{
margin-right: 16rem;
}