Polish business FA layout and wire special-group keys plus SSL sync.
RTL carousels/FABs, special key+title fields, slider gallery fixes, and dashboard SSL sync agent for super-admin. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
66004a0fba
commit
672091d1f5
@@ -24,7 +24,8 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clickable:hover .nameEn {
|
||||
.clickable:hover .nameFa,
|
||||
.clickable:hover .nameEnPrimary {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
@@ -62,14 +63,48 @@
|
||||
.body {
|
||||
padding: 10px 10px 8px;
|
||||
flex: 1;
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.nameEn {
|
||||
.nameFa {
|
||||
font-family: var(--font-ui);
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--text-primary);
|
||||
line-height: 1.3;
|
||||
margin-bottom: 3px;
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.nameEn {
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: var(--text-secondary);
|
||||
line-height: 1.3;
|
||||
margin-bottom: 6px;
|
||||
direction: ltr;
|
||||
text-align: right;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.nameEnPrimary {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: var(--text-primary);
|
||||
line-height: 1.3;
|
||||
margin-bottom: 3px;
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
@@ -78,9 +113,9 @@
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.nameFa {
|
||||
.nameFaSecondary {
|
||||
font-family: var(--font-ui);
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: var(--text-secondary);
|
||||
direction: rtl;
|
||||
@@ -96,11 +131,19 @@
|
||||
.categoryChip {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
font-family: var(--font-ui);
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
color: var(--text-secondary);
|
||||
background: rgba(148, 163, 184, 0.15);
|
||||
border-radius: 50px;
|
||||
direction: rtl;
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
.bodyLtr {
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
||||
Reference in New Issue
Block a user