style: 🎨 Use Logical Style properties to apply same styles based on Language Direction (dir)

This commit is contained in:
Mohanad Alrwaihy 2024-02-29 23:32:06 +03:00
parent 354da4bc56
commit adf910306b
20 changed files with 35 additions and 34 deletions

View file

@ -76,7 +76,7 @@
position: relative;
width: 50px;
color: var(--base600);
border-left: 1px solid var(--base600);
border-inline-start: 1px solid var(--base600);
padding-inline-start: 10px;
z-index: 1;
}