123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- /*---------------------------------------------------------------------*/
- /*Tab Responsive*/
- /*---------------------------------------------------------------------*/
- @media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
- html[dir="rtl"] .main-header{
- margin-right: 0 !important;
- }
- html[dir="rtl"] header .logo-box {
- margin-right: 0rem !important;
- }
- html[dir="rtl"] .switch-lang {
- right: 18%;
- }
- html[dir="rtl"] .fixed .content-wrapper{
- margin-right: 271px !important;
- margin-left: 0 !important;
- }
- html[dir="rtl"] .ar-md-m-0{
- margin: 0 !important;
- }
- html[dir="rtl"] .list-group.make-sortable.sm-pr-0{
- padding-right:0 !important;
- }
-
- }
- @media (device-width: 854px) and (device-height: 534px) {
-
- html[dir="rtl"] .tab-bar-section{
- margin-left: 0px;
- margin-right: 10px;
- }
- html[dir="rtl"] .sidebar_div_main{
- padding-right: 0px !important;
- }
- html[dir="rtl"] .p-outletnameP{
- padding-left: 7px !important;
- padding-right: 15px !important;
- }
- html[dir="rtl"] .resto-menu.mt-5.sm-pl-0{
- padding-right: 0 !important;
- }
- html[dir="rtl"] .ar-md-m-0{
- margin: 0 !important;
- }
- html[dir="rtl"] .ar-mrl-adjust{
- margin-left: 7px !important;
- margin-right: 0 !important;
- }
-
- }
- /*---------------------------------------------------------------------*/
- /*Mobile Responsive*/
- /*---------------------------------------------------------------------*/
- @media (max-width: 767px) {
- html[dir="rtl"] .main-header .logo{
- padding: 0 20px;
- }
- html[dir="rtl"] .left_bar.mx-10{
- margin-right: 5px !important;
- }
- html[dir="rtl"] .main-sidebar .sidebar-footer .resto-name-long {
- padding-left: 30px !important;
- margin-right: 10px !important;
- top: -2px !important;
- }
- html[dir="rtl"] .nav-tabs .gap-items-4 .nav-link{
- padding-right: 10px !important;
- }
- html[dir="rtl"] .row.pt-15.pl-10.pr-10{
- padding-right: 5px;
- padding-left: 5px;
- }
- html[dir="rtl"] .sm-ml-10{
- margin-left:0px;
- margin-right:10px;
- }
- html[dir="rtl"] .outlet-table thead>tr>th{
- padding-right:22px;
- }
- html[dir="rtl"] .sm-ml-0{
- margin-left: 7px !important;
- margin-right: 0px !important;
- }
- html[dir="rtl"] #pac-input {
- width: calc(100% - 44px) !important;
- right: 20px !important;
- left: 0 !important;
- }
- html[dir="rtl"] .p-outletnameP {
- padding-right: 20px !important;
- }
- html[dir="rtl"] .resto-menu li .nav-link{
- padding-right: 12px !important;
- }
- html[dir="rtl"] .hours-action{
- padding-left: 28px !important;
- }
- html[dir="rtl"] .text-primary.add-more-hours,
- html[dir="rtl"] .time-show.sm-p-0{
- padding-right: 0px !important;
- }
- html[dir="rtl"] .fa-ban.delete-hour{
- text-align: left;
- }
- html[dir="rtl"] .content-wrapper .content .row:first-child .col-6:nth-child(2) .btn.sm-mr-0{
- margin-left: 0 !important;
- }
- html[dir="rtl"] .sm-pr-0{
- padding-right: 0 !important;
- }
- html[dir="rtl"] .text-align-ar-adjust{
- text-align: left !important;
- margin-left: 6px !important;
- margin-top: 8px !important;
- }
-
- html[dir="rtl"] .order_status_div
- {
- text-align:right !important;
- }
- html[dir="rtl"] .order_status_div ul
- {
- padding-right: 0;
- }
- html[dir="rtl"] .order_status_div ul li, html[dir="rtl"] .order_status_div ul li span.gdot
- {
- margin-right: 0 !important;
- }
- html[dir="rtl"] .order_status_div ul li span.gdot
- {
- margin-left: 5px !important;
- }
- html[dir="rtl"] .ar-mrl-adjust{
- margin-right: 0 !important;
- margin-left: 5px !important;
- }
- html[dir="rtl"] .ar-sm-mr-5{
- margin-right: 5px !important;
- }
- html[dir="rtl"] .ar-sm-pr-0{
- padding-right: 0 !important;
- }
- html[dir="rtl"] .btn-md.add-discount{
- margin-right: 0 !important;
- }
- html[dir="rtl"] #discount-table_wrapper{
- padding-right: 0 !important;
- }
- html[dir="rtl"] .ar-sm-pl-20{
- padding-left:20px !important;
- }
- html[dir="rtl"] .ar-pr-0{
- padding-right: 0 !important;
- padding-left: 1.5rem !important;
- }
- html[dir="rtl"] .ar-sm-pr-0 {
- padding-right: 0 !important;
- }
- html[dir="rtl"] .btn-primary.add-outlet.user-add-outlet{
- float: none !important;
- width: 100% !important;
- }
- html[dir="rtl"] .pd-0{
- padding:0px !important;
- }
- html[dir="rtl"] .sm-mr-pr-0{
- padding-right: 0;
- margin-right: 0;
- }
- }
|