add service

This commit is contained in:
hamid zarghami
2025-01-25 09:36:55 +03:30
parent b9b2283ba4
commit d0c8a14be4
8 changed files with 275 additions and 49 deletions
+16
View File
@@ -126,3 +126,19 @@ tbody tr {
.overflowX::-webkit-scrollbar {
display: none;
}
.ql-toolbar:first-child {
display: none !important;
}
.ql-container {
@apply rounded-b-xl text-right;
font-family: irancell !important;
direction: rtl;
}
.ql-toolbar {
@apply rounded-t-xl;
}
.ql-editor {
@apply !text-right;
}