checkbox.min.css
1 year ago
common.css
1 year ago
common.rtl.css
1 year ago
media.css
1 year ago
mobile.css
1 year ago
mobile.rtl.css
1 year ago
restore.css
1 year ago
style.css
1 day ago
vars.css
1 year ago
vars.rtl.css
1 year ago
media.css
41 lines
| 1 | @media (max-width: 800px) { |
| 2 | #alert-floating-container { |
| 3 | width: 100%; |
| 4 | } |
| 5 | } |
| 6 | |
| 7 | @media (max-width: 960px) { |
| 8 | .modal-xl { |
| 9 | width:90% !important; |
| 10 | max-width: 100% !important; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | @media (min-width: 960px) and (max-width: 1500px) { |
| 15 | .modal-xl { |
| 16 | width: calc(100% - 400px) !important; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | @media (max-width: 1200px) { |
| 21 | #alert-floating-container { |
| 22 | width: 50%; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | @media (max-width: 1440px) { |
| 27 | div.jb-inner-banner { |
| 28 | /*max-width: 320px!important;*/ |
| 29 | } |
| 30 | div.jb-panel-inner-item { |
| 31 | min-width: 150px; |
| 32 | margin-right: 10px; |
| 33 | margin-bottom: 10px; |
| 34 | } |
| 35 | div.jb-holder { |
| 36 | max-width: 1150px!important; |
| 37 | } |
| 38 | .jb-navbar .nav-link { |
| 39 | width: 100px; |
| 40 | } |
| 41 | } |