Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

bootstrap-reboot.rtl.css 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. /*!
  2. * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2022 The Bootstrap Authors
  4. * Copyright 2011-2022 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  6. */
  7. :root {
  8. --bs-blue: #0d6efd;
  9. --bs-indigo: #6610f2;
  10. --bs-purple: #6f42c1;
  11. --bs-pink: #d63384;
  12. --bs-red: #dc3545;
  13. --bs-orange: #fd7e14;
  14. --bs-yellow: #ffc107;
  15. --bs-green: #198754;
  16. --bs-teal: #20c997;
  17. --bs-cyan: #0dcaf0;
  18. --bs-black: #000;
  19. --bs-white: #fff;
  20. --bs-gray: #6c757d;
  21. --bs-gray-dark: #343a40;
  22. --bs-gray-100: #f8f9fa;
  23. --bs-gray-200: #e9ecef;
  24. --bs-gray-300: #dee2e6;
  25. --bs-gray-400: #ced4da;
  26. --bs-gray-500: #adb5bd;
  27. --bs-gray-600: #6c757d;
  28. --bs-gray-700: #495057;
  29. --bs-gray-800: #343a40;
  30. --bs-gray-900: #212529;
  31. --bs-primary: #0d6efd;
  32. --bs-secondary: #6c757d;
  33. --bs-success: #198754;
  34. --bs-info: #0dcaf0;
  35. --bs-warning: #ffc107;
  36. --bs-danger: #dc3545;
  37. --bs-light: #f8f9fa;
  38. --bs-dark: #212529;
  39. --bs-primary-rgb: 13, 110, 253;
  40. --bs-secondary-rgb: 108, 117, 125;
  41. --bs-success-rgb: 25, 135, 84;
  42. --bs-info-rgb: 13, 202, 240;
  43. --bs-warning-rgb: 255, 193, 7;
  44. --bs-danger-rgb: 220, 53, 69;
  45. --bs-light-rgb: 248, 249, 250;
  46. --bs-dark-rgb: 33, 37, 41;
  47. --bs-white-rgb: 255, 255, 255;
  48. --bs-black-rgb: 0, 0, 0;
  49. --bs-body-color-rgb: 33, 37, 41;
  50. --bs-body-bg-rgb: 255, 255, 255;
  51. --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  52. --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  53. --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  54. --bs-body-font-family: var(--bs-font-sans-serif);
  55. --bs-body-font-size: 1rem;
  56. --bs-body-font-weight: 400;
  57. --bs-body-line-height: 1.5;
  58. --bs-body-color: #212529;
  59. --bs-body-bg: #fff;
  60. --bs-border-width: 1px;
  61. --bs-border-style: solid;
  62. --bs-border-color: #dee2e6;
  63. --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  64. --bs-border-radius: 0.375rem;
  65. --bs-border-radius-sm: 0.25rem;
  66. --bs-border-radius-lg: 0.5rem;
  67. --bs-border-radius-xl: 1rem;
  68. --bs-border-radius-2xl: 2rem;
  69. --bs-border-radius-pill: 50rem;
  70. --bs-link-color: #0d6efd;
  71. --bs-link-hover-color: #0a58ca;
  72. --bs-code-color: #d63384;
  73. --bs-highlight-bg: #fff3cd;
  74. }
  75. *,
  76. *::before,
  77. *::after {
  78. box-sizing: border-box;
  79. }
  80. @media (prefers-reduced-motion: no-preference) {
  81. :root {
  82. scroll-behavior: smooth;
  83. }
  84. }
  85. body {
  86. margin: 0;
  87. font-family: var(--bs-body-font-family);
  88. font-size: var(--bs-body-font-size);
  89. font-weight: var(--bs-body-font-weight);
  90. line-height: var(--bs-body-line-height);
  91. color: var(--bs-body-color);
  92. text-align: var(--bs-body-text-align);
  93. background-color: var(--bs-body-bg);
  94. -webkit-text-size-adjust: 100%;
  95. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  96. }
  97. hr {
  98. margin: 1rem 0;
  99. color: inherit;
  100. border: 0;
  101. border-top: 1px solid;
  102. opacity: 0.25;
  103. }
  104. h6, h5, h4, h3, h2, h1 {
  105. margin-top: 0;
  106. margin-bottom: 0.5rem;
  107. font-weight: 500;
  108. line-height: 1.2;
  109. }
  110. h1 {
  111. font-size: calc(1.375rem + 1.5vw);
  112. }
  113. @media (min-width: 1200px) {
  114. h1 {
  115. font-size: 2.5rem;
  116. }
  117. }
  118. h2 {
  119. font-size: calc(1.325rem + 0.9vw);
  120. }
  121. @media (min-width: 1200px) {
  122. h2 {
  123. font-size: 2rem;
  124. }
  125. }
  126. h3 {
  127. font-size: calc(1.3rem + 0.6vw);
  128. }
  129. @media (min-width: 1200px) {
  130. h3 {
  131. font-size: 1.75rem;
  132. }
  133. }
  134. h4 {
  135. font-size: calc(1.275rem + 0.3vw);
  136. }
  137. @media (min-width: 1200px) {
  138. h4 {
  139. font-size: 1.5rem;
  140. }
  141. }
  142. h5 {
  143. font-size: 1.25rem;
  144. }
  145. h6 {
  146. font-size: 1rem;
  147. }
  148. p {
  149. margin-top: 0;
  150. margin-bottom: 1rem;
  151. }
  152. abbr[title] {
  153. -webkit-text-decoration: underline dotted;
  154. text-decoration: underline dotted;
  155. cursor: help;
  156. -webkit-text-decoration-skip-ink: none;
  157. text-decoration-skip-ink: none;
  158. }
  159. address {
  160. margin-bottom: 1rem;
  161. font-style: normal;
  162. line-height: inherit;
  163. }
  164. ol,
  165. ul {
  166. padding-right: 2rem;
  167. }
  168. ol,
  169. ul,
  170. dl {
  171. margin-top: 0;
  172. margin-bottom: 1rem;
  173. }
  174. ol ol,
  175. ul ul,
  176. ol ul,
  177. ul ol {
  178. margin-bottom: 0;
  179. }
  180. dt {
  181. font-weight: 700;
  182. }
  183. dd {
  184. margin-bottom: 0.5rem;
  185. margin-right: 0;
  186. }
  187. blockquote {
  188. margin: 0 0 1rem;
  189. }
  190. b,
  191. strong {
  192. font-weight: bolder;
  193. }
  194. small {
  195. font-size: 0.875em;
  196. }
  197. mark {
  198. padding: 0.1875em;
  199. background-color: var(--bs-highlight-bg);
  200. }
  201. sub,
  202. sup {
  203. position: relative;
  204. font-size: 0.75em;
  205. line-height: 0;
  206. vertical-align: baseline;
  207. }
  208. sub {
  209. bottom: -0.25em;
  210. }
  211. sup {
  212. top: -0.5em;
  213. }
  214. a {
  215. color: var(--bs-link-color);
  216. text-decoration: underline;
  217. }
  218. a:hover {
  219. color: var(--bs-link-hover-color);
  220. }
  221. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  222. color: inherit;
  223. text-decoration: none;
  224. }
  225. pre,
  226. code,
  227. kbd,
  228. samp {
  229. font-family: var(--bs-font-monospace);
  230. font-size: 1em;
  231. }
  232. pre {
  233. display: block;
  234. margin-top: 0;
  235. margin-bottom: 1rem;
  236. overflow: auto;
  237. font-size: 0.875em;
  238. }
  239. pre code {
  240. font-size: inherit;
  241. color: inherit;
  242. word-break: normal;
  243. }
  244. code {
  245. font-size: 0.875em;
  246. color: var(--bs-code-color);
  247. word-wrap: break-word;
  248. }
  249. a > code {
  250. color: inherit;
  251. }
  252. kbd {
  253. padding: 0.1875rem 0.375rem;
  254. font-size: 0.875em;
  255. color: var(--bs-body-bg);
  256. background-color: var(--bs-body-color);
  257. border-radius: 0.25rem;
  258. }
  259. kbd kbd {
  260. padding: 0;
  261. font-size: 1em;
  262. }
  263. figure {
  264. margin: 0 0 1rem;
  265. }
  266. img,
  267. svg {
  268. vertical-align: middle;
  269. }
  270. table {
  271. caption-side: bottom;
  272. border-collapse: collapse;
  273. }
  274. caption {
  275. padding-top: 0.5rem;
  276. padding-bottom: 0.5rem;
  277. color: #6c757d;
  278. text-align: right;
  279. }
  280. th {
  281. text-align: inherit;
  282. text-align: -webkit-match-parent;
  283. }
  284. thead,
  285. tbody,
  286. tfoot,
  287. tr,
  288. td,
  289. th {
  290. border-color: inherit;
  291. border-style: solid;
  292. border-width: 0;
  293. }
  294. label {
  295. display: inline-block;
  296. }
  297. button {
  298. border-radius: 0;
  299. }
  300. button:focus:not(:focus-visible) {
  301. outline: 0;
  302. }
  303. input,
  304. button,
  305. select,
  306. optgroup,
  307. textarea {
  308. margin: 0;
  309. font-family: inherit;
  310. font-size: inherit;
  311. line-height: inherit;
  312. }
  313. button,
  314. select {
  315. text-transform: none;
  316. }
  317. [role=button] {
  318. cursor: pointer;
  319. }
  320. select {
  321. word-wrap: normal;
  322. }
  323. select:disabled {
  324. opacity: 1;
  325. }
  326. [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  327. display: none !important;
  328. }
  329. button,
  330. [type=button],
  331. [type=reset],
  332. [type=submit] {
  333. -webkit-appearance: button;
  334. }
  335. button:not(:disabled),
  336. [type=button]:not(:disabled),
  337. [type=reset]:not(:disabled),
  338. [type=submit]:not(:disabled) {
  339. cursor: pointer;
  340. }
  341. ::-moz-focus-inner {
  342. padding: 0;
  343. border-style: none;
  344. }
  345. textarea {
  346. resize: vertical;
  347. }
  348. fieldset {
  349. min-width: 0;
  350. padding: 0;
  351. margin: 0;
  352. border: 0;
  353. }
  354. legend {
  355. float: right;
  356. width: 100%;
  357. padding: 0;
  358. margin-bottom: 0.5rem;
  359. font-size: calc(1.275rem + 0.3vw);
  360. line-height: inherit;
  361. }
  362. @media (min-width: 1200px) {
  363. legend {
  364. font-size: 1.5rem;
  365. }
  366. }
  367. legend + * {
  368. clear: right;
  369. }
  370. ::-webkit-datetime-edit-fields-wrapper,
  371. ::-webkit-datetime-edit-text,
  372. ::-webkit-datetime-edit-minute,
  373. ::-webkit-datetime-edit-hour-field,
  374. ::-webkit-datetime-edit-day-field,
  375. ::-webkit-datetime-edit-month-field,
  376. ::-webkit-datetime-edit-year-field {
  377. padding: 0;
  378. }
  379. ::-webkit-inner-spin-button {
  380. height: auto;
  381. }
  382. [type=search] {
  383. outline-offset: -2px;
  384. -webkit-appearance: textfield;
  385. }
  386. [type="tel"],
  387. [type="url"],
  388. [type="email"],
  389. [type="number"] {
  390. direction: ltr;
  391. }
  392. ::-webkit-search-decoration {
  393. -webkit-appearance: none;
  394. }
  395. ::-webkit-color-swatch-wrapper {
  396. padding: 0;
  397. }
  398. ::-webkit-file-upload-button {
  399. font: inherit;
  400. -webkit-appearance: button;
  401. }
  402. ::file-selector-button {
  403. font: inherit;
  404. -webkit-appearance: button;
  405. }
  406. output {
  407. display: inline-block;
  408. }
  409. iframe {
  410. border: 0;
  411. }
  412. summary {
  413. display: list-item;
  414. cursor: pointer;
  415. }
  416. progress {
  417. vertical-align: baseline;
  418. }
  419. [hidden] {
  420. display: none !important;
  421. }
  422. /*# sourceMappingURL=bootstrap-reboot.rtl.css.map */