mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Improve product cards/pagination, Farsi locale fonts, and super-admin migrate UI.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
2e40d5eb4c
commit
f5b2193ba1
@@ -125,19 +125,24 @@ textarea:focus {
|
||||
input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']):not([type='hidden'])::placeholder,
|
||||
textarea::placeholder {
|
||||
font-family: var(--font-en);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
[dir='rtl'],
|
||||
:lang(fa),
|
||||
.faText {
|
||||
font-family: var(--font-fa), var(--font-en);
|
||||
font-weight: 400;
|
||||
font-weight: 400; /* IRANYekan Regular */
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[dir='rtl']::placeholder,
|
||||
:lang(fa)::placeholder,
|
||||
.faText::placeholder {
|
||||
.faText::placeholder,
|
||||
input.faText::placeholder,
|
||||
input[dir='rtl']::placeholder,
|
||||
input[lang='fa']::placeholder {
|
||||
font-family: var(--font-fa), var(--font-en);
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user