chevron icon styling controlled

This commit is contained in:
Burak Civan
2022-10-05 10:19:47 +03:00
parent 4e6988373c
commit a8bd47ea71
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;
}