Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_unsupported-desktop-browser.scss 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .supported-browser {
  2. color: #929391;
  3. display: inline-block;
  4. font-size: 20px;
  5. margin: 1em 7px;
  6. vertical-align: middle;
  7. width: 138px;
  8. &__button {
  9. background-color: #62c82a;
  10. border: 1px solid #3c8117;
  11. border-radius: 10px;
  12. color: #FFFFFF;
  13. font-size: 12px;
  14. height: 26px;
  15. margin: 15px auto 0px auto;
  16. padding-top: 13px;
  17. text-align: center;
  18. width: 115px;
  19. }
  20. &__link {
  21. color: #087dba;
  22. text-decoration: none;
  23. &:hover {
  24. text-decoration: none;
  25. }
  26. &:active {
  27. text-decoration: none;
  28. }
  29. &:focus {
  30. text-decoration: none;
  31. }
  32. }
  33. &-list
  34. {
  35. margin: 0 auto;
  36. }
  37. &__logo {
  38. margin: 20px auto 0px auto;
  39. &_chrome {
  40. background-image: url('../../images/chrome.png');
  41. height: 78px;
  42. width: 78px;
  43. }
  44. &_chromium {
  45. background-image: url('../../images/chromium.png');
  46. height: 78px;
  47. width: 77px;
  48. }
  49. &_firefox {
  50. background-image: url('../../images/firefox.png');
  51. height: 80px;
  52. width: 86px;
  53. }
  54. &_opera {
  55. background-image: url('../../images/opera.png');
  56. height: 78px;
  57. width: 73px;
  58. }
  59. &_ie {
  60. background-image: url('../../images/ie.png');
  61. height: 78px;
  62. width: 80px;
  63. }
  64. &_safari {
  65. background-image: url('../../images/safari.png');
  66. height: 79px;
  67. width: 78px;
  68. }
  69. }
  70. &__text
  71. {
  72. line-height: 1.2em;
  73. &_small {
  74. font-size: small;
  75. }
  76. }
  77. &__tile {
  78. background-color: #e8e8e8;
  79. border: 1px solid #cfcfcf;
  80. border-radius: 10px;
  81. height: 163px;
  82. margin-top: 5px;
  83. width: 138px;
  84. }
  85. }
  86. .unsupported-desktop-browser {
  87. display: block;
  88. height: 565px;
  89. margin: auto;
  90. overflow:hidden;
  91. position: absolute;
  92. text-align: center;
  93. top: 0; left: 0; bottom: 0; right: 0;
  94. width:500px;
  95. &__page {
  96. display:inline-block;
  97. font-size: 28px;
  98. padding-top: 25px;
  99. vertical-align:middle;
  100. }
  101. &__title {
  102. margin: 0 auto;
  103. width: 20em;
  104. }
  105. &-wrapper {
  106. background: #fff;
  107. display: block;
  108. height: 100%;
  109. position: absolute;
  110. width: 100%;
  111. }
  112. }