Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #overlay.modal-detfasi {
  2. left: 27%;
  3. width: 568px;
  4. height: 320px;
  5. }
  6.  
  7. .modal-detfasi .modal-body {
  8. height: 500px;
  9. }
  10.  
  11. @media (max-width: 1920px) {
  12. #overlay.modal-detfasi {
  13. left: 35%;
  14. background-color: #F2F3F4;
  15. height: 68%;
  16. }
  17. .modal-detfasi .modal-body {
  18. height: 90%;
  19. }
  20. }
  21.  
  22. @media (max-width: 1440px) {
  23. #overlay.modal-detfasi {
  24. left: 25%;
  25. background-color: #F2F3F4;
  26. height: 75%;
  27. }
  28. .modal-detfasi .modal-body {
  29. height: 90%;
  30. }
  31.  
  32. }
  33.  
  34. @media (max-width: 1280px) {
  35. #overlay.modal-detfasi {
  36. left: 20%;
  37. background-color: #F2F3F4;
  38. height: 75%;
  39. }
  40. .modal-detfasi .modal-body {
  41. height: 90%;
  42. }
  43. }
  44.  
  45. @media (max-width: 1024px) {
  46. #overlay.modal-detfasi {
  47. top: 7%;
  48. left: 15%;
  49. background-color: #F2F3F4;
  50. height: 75%;
  51. }
  52. .modal-detfasi .modal-body {
  53. height: 90%;
  54. }
  55. }
  56.  
  57. @media (max-width: 768px) {
  58. #overlay.modal-detfasi {
  59. top: 10%;
  60. left: 13%;
  61. background-color: #F2F3F4;
  62. height: 70%;
  63. }
  64. .modal-detfasi .modal-body {
  65. height: 70%;
  66. }
  67. }
  68.  
  69. @media (max-width: 480px) {
  70. #overlay.modal-detfasi {
  71. top: 10%;
  72. left: 4%;
  73. width: 93%;
  74. background-color: #F2F3F4;
  75. height: 60%;
  76. }
  77. .modal-detfasi .modal-body {
  78. height: 60%;;
  79. }
  80. }
  81.  
  82. @media (max-width: 280px) {
  83. #overlay.modal-detfasi {
  84. left: 4%;
  85. top: 10%;
  86. width: 93%;
  87. background-color: #F2F3F4;
  88. height: 60%;
  89. }
  90. .modal-detfasi .modal-body {
  91. height: 60%;
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement