Merge pull request #2654 from brkcvn/master

Chevron icon styling controlled
This commit is contained in:
Burak Civan 2022-10-05 10:20:27 +03:00 committed by GitHub
commit e683a0d171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

8
public/css/app.css vendored
View File

@ -48282,6 +48282,10 @@ body{
left: -2rem;
}
[dir="ltr"] .ltr\:-right-1\.5{
right: -0.375rem;
}
[dir="ltr"] .ltr\:m-0{
margin: 0px;
}
@ -49201,6 +49205,10 @@ body{
right: -2rem;
}
[dir="rtl"] .rtl\:-left-1\.5{
left: -0.375rem;
}
[dir="rtl"] .rtl\:float-left{
float: left;
}

View File

@ -3,4 +3,6 @@ lg:mt-2
lg:pl-24
lg:my-12
lg:mt-4
lg:pl-6
lg:pl-6
ltr:-right-1.5
rtl:-left-1.5