You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

187 lines
3.9 KiB

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: IRANSansX-Regular;
src: url(./assets/font/IRANSansX/Webfonts/fonts/woff/IRANSansX-Regular.woff);
}
@font-face {
font-family: IRANSansXFaNum-Regular;
src: url(./assets/font/IRANSansX/Farsi-numerals/Webfonts/Woff/IRANSansXFaNum-Regular.woff);
}
.BuyInfo-footer-text-box {
@apply w-full flex items-center justify-between flex-row-reverse mb-4;
}
.CashOffice-item {
@apply w-full flex items-center justify-between py-1 flex-row-reverse;
}
.Register-box-container-col1-item{
@apply w-[48%] h-full rounded border border-color7 relative flex items-center flex-row-reverse bg-color2_5
}
.Register-box-container-col1-item-label{
@apply text-sm text-color19 absolute right-6 transition-all duration-300 pointer-events-none
}
body {
margin: 0;
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif; */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: IRANSansXFaNum-Regular;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
* {
box-sizing: border-box;
font-family: IRANSansXFaNum-Regular;
}
/* ---------people--------------------------- */
.People-content::-webkit-scrollbar {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 5px !important;
}
.People-content::-webkit-scrollbar-button {
display: none;
appearance: none;
}
.People-content::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #97bae6;
}
.People-content::-webkit-scrollbar-track {
background-color: transparent !important;
display: none;
appearance: none;
}
.People-content{
direction: rtl;
}
.People-item{
direction: ltr;
}
/* ----------payment--------------------------- */
#Payment-box-container-main-pos-item-amount::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
#Payment-box-container-main-pos-item-amount::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}
#Payment-box-container-main-cash-item-amount::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
#Payment-box-container-main-cash-item-amount::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}
/* ----------Accounting--------------------------- */
.Accounting-main-data::-webkit-scrollbar {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 5px !important;
}
.Accounting-main-data::-webkit-scrollbar-button {
display: none;
appearance: none;
}
.Accounting-main-data::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #97bae6;
}
.Accounting-main-data::-webkit-scrollbar-track {
background-color: transparent !important;
display: none;
appearance: none;
}
.Accounting-main-data{
direction: rtl;
}
.Accounting-main-data-item{
direction: ltr;
}
/* -----------Messages-contacts----------- */
.Messages-contacts::-webkit-scrollbar {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 5px !important;
}
.Messages-contacts::-webkit-scrollbar-button {
display: none;
appearance: none;
}
.Messages-contacts::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #97bae6;
}
.Messages-contacts::-webkit-scrollbar-track {
background-color: transparent !important;
display: none;
appearance: none;
}
.Messages-contacts{
direction: rtl;
}
.Messages-contacts-item{
direction: ltr;
}
/* --------------Messages-main-box-footer-textarea--------- */
.Messages-main-box-footer-textarea::-webkit-scrollbar {
width: 0px;
}
/* ------------------UserFullInfo-refund-btn--- */
.UserFullInfo-refund-btn-text-box-input::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
.UserFullInfo-refund-btn-text-box-input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}