jetpack-idc-rtl.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. /*!
  2. * Do not modify this file directly. It is compiled SASS code.
  3. */
  4. @charset "UTF-8";
  5. /*
  6. The MIT License (MIT)
  7. Copyright © 2011–2015 thoughtbot, inc.
  8. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
  9. documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
  10. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
  11. persons to whom the Software is furnished to do so, subject to the following conditions:
  12. The above copyright notice and this permission notice shall be included in all copies or substantial
  13. portions of the Software.
  14. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  15. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  16. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  17. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  18. https://github.com/thoughtbot/bourbon
  19. */
  20. .jp-idc-notice,
  21. .jp-idc-notice * {
  22. box-sizing: border-box;
  23. }
  24. .jp-idc-notice {
  25. margin-right: 0;
  26. margin-left: 10px;
  27. margin-top: 10px;
  28. overflow: hidden;
  29. padding-bottom: 16px;
  30. padding-top: 0;
  31. }
  32. .jp-idc-notice.is-non-admin {
  33. padding-bottom: 0;
  34. }
  35. @media all and (min-width: 783px) {
  36. .jp-idc-notice {
  37. margin-left: 20px;
  38. margin-top: 20px;
  39. }
  40. .jp-idc-notice.has-help-tabs {
  41. margin-top: 48px;
  42. }
  43. }
  44. .jp-idc-notice p {
  45. margin: 0;
  46. padding: 0;
  47. }
  48. .jp-idc-notice h3, .jp-idc-notice p {
  49. color: #2e4453;
  50. }
  51. .jp-idc-notice a:not(.dops-notice__action) {
  52. color: #0087be;
  53. text-decoration: none;
  54. }
  55. .jp-idc-notice a:not(.dops-notice__action):visited {
  56. color: #0087be;
  57. }
  58. .jp-idc-notice a:not(.dops-notice__action):hover, .jp-idc-notice a:not(.dops-notice__action):focus, .jp-idc-notice a:not(.dops-notice__action):active {
  59. color: #33bbe3;
  60. }
  61. .jp-idc-notice .dops-button {
  62. -ms-flex-item-align: start;
  63. align-self: flex-start;
  64. margin-top: auto;
  65. }
  66. .jp-idc-notice > div {
  67. padding: 0 8px;
  68. }
  69. .jp-idc-notice__first-step {
  70. display: inline-block;
  71. }
  72. .jp-idc-notice__second-step {
  73. display: none;
  74. }
  75. .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
  76. display: none;
  77. }
  78. .jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
  79. display: inline-block;
  80. }
  81. .jp-idc-notice .jp-idc-notice__header {
  82. padding-top: 8px;
  83. padding-bottom: 8px;
  84. }
  85. .jp-idc-notice__header__emblem {
  86. fill: #00BE28;
  87. width: 25px;
  88. height: 25px;
  89. margin: 0 auto 0 1em;
  90. float: right;
  91. }
  92. .jp-idc-notice__header__text {
  93. font-size: 14px;
  94. font-weight: 600;
  95. line-height: 25px;
  96. margin: 0;
  97. }
  98. .jp-idc-notice__content-header {
  99. margin: 16px 0;
  100. }
  101. .jp-idc-notice__content-header__lead {
  102. font-size: 16px;
  103. font-weight: 600;
  104. line-height: 21px;
  105. margin: 0;
  106. }
  107. .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
  108. font-size: 14px;
  109. font-weight: 400;
  110. margin: 8px 0 0;
  111. }
  112. @media only screen and (min-width: 960px) {
  113. .jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
  114. margin: 4px 0 0;
  115. }
  116. }
  117. .jp-idc-notice__action {
  118. border: 1px solid #e9eff3;
  119. border-radius: 4px;
  120. display: -ms-flexbox;
  121. display: flex;
  122. padding: 16px;
  123. -ms-flex-direction: column;
  124. flex-direction: column;
  125. margin-top: auto;
  126. }
  127. .jp-idc-notice__action:last-child {
  128. margin: 16px 0 0;
  129. }
  130. @media only screen and (min-width: 960px) {
  131. .jp-idc-notice__actions {
  132. display: -ms-flexbox;
  133. display: flex;
  134. }
  135. .jp-idc-notice__action {
  136. -ms-flex: 1;
  137. flex: 1;
  138. margin: 0 0 0 8px;
  139. }
  140. .jp-idc-notice__action:last-child {
  141. margin: 0 8px 0 0;
  142. }
  143. .jp-idc-notice__action:first-child {
  144. padding-left: 24px;
  145. }
  146. .jp-idc-notice__action:last-child {
  147. padding-right: 24px;
  148. }
  149. }
  150. .jp-idc-notice .jp-idc-notice__action__explanation {
  151. margin: 0 0 16px 0;
  152. }
  153. .jp-idc-notice__separator {
  154. background-color: #e9eff3;
  155. margin: 0 -10px 0 -10px;
  156. height: 1px;
  157. }
  158. .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
  159. margin-left: -46px;
  160. }
  161. @media only screen and (min-width: 782px) {
  162. .jp-idc-notice__separator {
  163. margin: 0 -12px 0 -12px;
  164. }
  165. .jp-idc-notice.is-dismissible .jp-idc-notice__separator {
  166. margin-left: -38px;
  167. }
  168. }
  169. .jp-idc-notice .jp-idc-notice__unsure-prompt {
  170. margin: 16px 0 0;
  171. }
  172. .jp-idc-notice .jp-idc-error__notice {
  173. display: none;
  174. }
  175. .jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
  176. height: auto;
  177. width: auto;
  178. }
  179. @media only screen and (min-width: 683px) {
  180. .jp-idc-notice .jp-idc-error__notice .dops-notice__text {
  181. line-height: 24px;
  182. }
  183. }
  184. /*# sourceMappingURL=jetpack-idc-rtl.css.map */