tailwind.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. /*
  2. ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
  3. */
  4. /*
  5. 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  6. 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  7. */
  8. *,
  9. ::before,
  10. ::after {
  11. box-sizing: border-box;
  12. /* 1 */
  13. border-width: 0;
  14. /* 2 */
  15. border-style: solid;
  16. /* 2 */
  17. border-color: #e5e7eb;
  18. /* 2 */
  19. }
  20. ::before,
  21. ::after {
  22. --tw-content: '';
  23. }
  24. /*
  25. 1. Use a consistent sensible line-height in all browsers.
  26. 2. Prevent adjustments of font size after orientation changes in iOS.
  27. 3. Use a more readable tab size.
  28. 4. Use the user's configured `sans` font-family by default.
  29. 5. Use the user's configured `sans` font-feature-settings by default.
  30. */
  31. html {
  32. line-height: 1.5;
  33. /* 1 */
  34. -webkit-text-size-adjust: 100%;
  35. /* 2 */
  36. /* 3 */
  37. tab-size: 4;
  38. /* 3 */
  39. font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  40. /* 4 */
  41. -webkit-font-feature-settings: normal;
  42. font-feature-settings: normal;
  43. /* 5 */
  44. }
  45. /*
  46. 1. Remove the margin in all browsers.
  47. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  48. */
  49. body {
  50. margin: 0;
  51. /* 1 */
  52. line-height: inherit;
  53. /* 2 */
  54. }
  55. /*
  56. 1. Add the correct height in Firefox.
  57. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  58. 3. Ensure horizontal rules are visible by default.
  59. */
  60. hr {
  61. height: 0;
  62. /* 1 */
  63. color: inherit;
  64. /* 2 */
  65. border-top-width: 1px;
  66. /* 3 */
  67. }
  68. /*
  69. Add the correct text decoration in Chrome, Edge, and Safari.
  70. */
  71. abbr:where([title]) {
  72. -webkit-text-decoration: underline dotted;
  73. text-decoration: underline dotted;
  74. }
  75. /*
  76. Remove the default font size and weight for headings.
  77. */
  78. h1,
  79. h2,
  80. h3,
  81. h4,
  82. h5,
  83. h6 {
  84. font-size: inherit;
  85. font-weight: inherit;
  86. }
  87. /*
  88. Reset links to optimize for opt-in styling instead of opt-out.
  89. */
  90. a {
  91. color: inherit;
  92. text-decoration: inherit;
  93. }
  94. /*
  95. Add the correct font weight in Edge and Safari.
  96. */
  97. b,
  98. strong {
  99. font-weight: bolder;
  100. }
  101. /*
  102. 1. Use the user's configured `mono` font family by default.
  103. 2. Correct the odd `em` font sizing in all browsers.
  104. */
  105. code,
  106. kbd,
  107. samp,
  108. pre {
  109. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  110. /* 1 */
  111. font-size: 1em;
  112. /* 2 */
  113. }
  114. /*
  115. Add the correct font size in all browsers.
  116. */
  117. small {
  118. font-size: 80%;
  119. }
  120. /*
  121. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  122. */
  123. sub,
  124. sup {
  125. font-size: 75%;
  126. line-height: 0;
  127. position: relative;
  128. vertical-align: baseline;
  129. }
  130. sub {
  131. bottom: -0.25em;
  132. }
  133. sup {
  134. top: -0.5em;
  135. }
  136. /*
  137. 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  138. 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  139. 3. Remove gaps between table borders by default.
  140. */
  141. table {
  142. text-indent: 0;
  143. /* 1 */
  144. border-color: inherit;
  145. /* 2 */
  146. border-collapse: collapse;
  147. /* 3 */
  148. }
  149. /*
  150. 1. Change the font styles in all browsers.
  151. 2. Remove the margin in Firefox and Safari.
  152. 3. Remove default padding in all browsers.
  153. */
  154. button,
  155. input,
  156. optgroup,
  157. select,
  158. textarea {
  159. font-family: inherit;
  160. /* 1 */
  161. font-size: 100%;
  162. /* 1 */
  163. font-weight: inherit;
  164. /* 1 */
  165. line-height: inherit;
  166. /* 1 */
  167. color: inherit;
  168. /* 1 */
  169. margin: 0;
  170. /* 2 */
  171. padding: 0;
  172. /* 3 */
  173. }
  174. /*
  175. Remove the inheritance of text transform in Edge and Firefox.
  176. */
  177. button,
  178. select {
  179. text-transform: none;
  180. }
  181. /*
  182. 1. Correct the inability to style clickable types in iOS and Safari.
  183. 2. Remove default button styles.
  184. */
  185. button,
  186. [type='button'],
  187. [type='reset'],
  188. [type='submit'] {
  189. -webkit-appearance: button;
  190. /* 1 */
  191. background-color: transparent;
  192. /* 2 */
  193. background-image: none;
  194. /* 2 */
  195. }
  196. /*
  197. Use the modern Firefox focus style for all focusable elements.
  198. */
  199. :-moz-focusring {
  200. outline: auto;
  201. }
  202. /*
  203. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  204. */
  205. :-moz-ui-invalid {
  206. box-shadow: none;
  207. }
  208. /*
  209. Add the correct vertical alignment in Chrome and Firefox.
  210. */
  211. progress {
  212. vertical-align: baseline;
  213. }
  214. /*
  215. Correct the cursor style of increment and decrement buttons in Safari.
  216. */
  217. ::-webkit-inner-spin-button,
  218. ::-webkit-outer-spin-button {
  219. height: auto;
  220. }
  221. /*
  222. 1. Correct the odd appearance in Chrome and Safari.
  223. 2. Correct the outline style in Safari.
  224. */
  225. [type='search'] {
  226. -webkit-appearance: textfield;
  227. /* 1 */
  228. outline-offset: -2px;
  229. /* 2 */
  230. }
  231. /*
  232. Remove the inner padding in Chrome and Safari on macOS.
  233. */
  234. ::-webkit-search-decoration {
  235. -webkit-appearance: none;
  236. }
  237. /*
  238. 1. Correct the inability to style clickable types in iOS and Safari.
  239. 2. Change font properties to `inherit` in Safari.
  240. */
  241. ::-webkit-file-upload-button {
  242. -webkit-appearance: button;
  243. /* 1 */
  244. font: inherit;
  245. /* 2 */
  246. }
  247. /*
  248. Add the correct display in Chrome and Safari.
  249. */
  250. summary {
  251. display: list-item;
  252. }
  253. /*
  254. Removes the default spacing and border for appropriate elements.
  255. */
  256. blockquote,
  257. dl,
  258. dd,
  259. h1,
  260. h2,
  261. h3,
  262. h4,
  263. h5,
  264. h6,
  265. hr,
  266. figure,
  267. p,
  268. pre {
  269. margin: 0;
  270. }
  271. fieldset {
  272. margin: 0;
  273. padding: 0;
  274. }
  275. legend {
  276. padding: 0;
  277. }
  278. ol,
  279. ul,
  280. menu {
  281. list-style: none;
  282. margin: 0;
  283. padding: 0;
  284. }
  285. /*
  286. Prevent resizing textareas horizontally by default.
  287. */
  288. textarea {
  289. resize: vertical;
  290. }
  291. /*
  292. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  293. 2. Set the default placeholder color to the user's configured gray 400 color.
  294. */
  295. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  296. opacity: 1;
  297. /* 1 */
  298. color: #9ca3af;
  299. /* 2 */
  300. }
  301. input::placeholder,
  302. textarea::placeholder {
  303. opacity: 1;
  304. /* 1 */
  305. color: #9ca3af;
  306. /* 2 */
  307. }
  308. /*
  309. Set the default cursor for buttons.
  310. */
  311. button,
  312. [role="button"] {
  313. cursor: pointer;
  314. }
  315. /*
  316. Make sure disabled buttons don't get the pointer cursor.
  317. */
  318. :disabled {
  319. cursor: default;
  320. }
  321. /*
  322. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  323. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  324. This can trigger a poorly considered lint error in some tools but is included by design.
  325. */
  326. img,
  327. svg,
  328. video,
  329. canvas,
  330. audio,
  331. iframe,
  332. embed,
  333. object {
  334. display: block;
  335. /* 1 */
  336. vertical-align: middle;
  337. /* 2 */
  338. }
  339. /*
  340. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  341. */
  342. img,
  343. video {
  344. max-width: 100%;
  345. height: auto;
  346. }
  347. /* Make elements with the HTML hidden attribute stay hidden by default */
  348. [hidden] {
  349. display: none;
  350. }
  351. *, ::before, ::after {
  352. --tw-border-spacing-x: 0;
  353. --tw-border-spacing-y: 0;
  354. --tw-translate-x: 0;
  355. --tw-translate-y: 0;
  356. --tw-rotate: 0;
  357. --tw-skew-x: 0;
  358. --tw-skew-y: 0;
  359. --tw-scale-x: 1;
  360. --tw-scale-y: 1;
  361. --tw-pan-x: ;
  362. --tw-pan-y: ;
  363. --tw-pinch-zoom: ;
  364. --tw-scroll-snap-strictness: proximity;
  365. --tw-ordinal: ;
  366. --tw-slashed-zero: ;
  367. --tw-numeric-figure: ;
  368. --tw-numeric-spacing: ;
  369. --tw-numeric-fraction: ;
  370. --tw-ring-inset: ;
  371. --tw-ring-offset-width: 0px;
  372. --tw-ring-offset-color: #fff;
  373. --tw-ring-color: rgb(59 130 246 / 0.5);
  374. --tw-ring-offset-shadow: 0 0 #0000;
  375. --tw-ring-shadow: 0 0 #0000;
  376. --tw-shadow: 0 0 #0000;
  377. --tw-shadow-colored: 0 0 #0000;
  378. --tw-blur: ;
  379. --tw-brightness: ;
  380. --tw-contrast: ;
  381. --tw-grayscale: ;
  382. --tw-hue-rotate: ;
  383. --tw-invert: ;
  384. --tw-saturate: ;
  385. --tw-sepia: ;
  386. --tw-drop-shadow: ;
  387. --tw-backdrop-blur: ;
  388. --tw-backdrop-brightness: ;
  389. --tw-backdrop-contrast: ;
  390. --tw-backdrop-grayscale: ;
  391. --tw-backdrop-hue-rotate: ;
  392. --tw-backdrop-invert: ;
  393. --tw-backdrop-opacity: ;
  394. --tw-backdrop-saturate: ;
  395. --tw-backdrop-sepia: ;
  396. }
  397. ::-webkit-backdrop {
  398. --tw-border-spacing-x: 0;
  399. --tw-border-spacing-y: 0;
  400. --tw-translate-x: 0;
  401. --tw-translate-y: 0;
  402. --tw-rotate: 0;
  403. --tw-skew-x: 0;
  404. --tw-skew-y: 0;
  405. --tw-scale-x: 1;
  406. --tw-scale-y: 1;
  407. --tw-pan-x: ;
  408. --tw-pan-y: ;
  409. --tw-pinch-zoom: ;
  410. --tw-scroll-snap-strictness: proximity;
  411. --tw-ordinal: ;
  412. --tw-slashed-zero: ;
  413. --tw-numeric-figure: ;
  414. --tw-numeric-spacing: ;
  415. --tw-numeric-fraction: ;
  416. --tw-ring-inset: ;
  417. --tw-ring-offset-width: 0px;
  418. --tw-ring-offset-color: #fff;
  419. --tw-ring-color: rgb(59 130 246 / 0.5);
  420. --tw-ring-offset-shadow: 0 0 #0000;
  421. --tw-ring-shadow: 0 0 #0000;
  422. --tw-shadow: 0 0 #0000;
  423. --tw-shadow-colored: 0 0 #0000;
  424. --tw-blur: ;
  425. --tw-brightness: ;
  426. --tw-contrast: ;
  427. --tw-grayscale: ;
  428. --tw-hue-rotate: ;
  429. --tw-invert: ;
  430. --tw-saturate: ;
  431. --tw-sepia: ;
  432. --tw-drop-shadow: ;
  433. --tw-backdrop-blur: ;
  434. --tw-backdrop-brightness: ;
  435. --tw-backdrop-contrast: ;
  436. --tw-backdrop-grayscale: ;
  437. --tw-backdrop-hue-rotate: ;
  438. --tw-backdrop-invert: ;
  439. --tw-backdrop-opacity: ;
  440. --tw-backdrop-saturate: ;
  441. --tw-backdrop-sepia: ;
  442. }
  443. ::backdrop {
  444. --tw-border-spacing-x: 0;
  445. --tw-border-spacing-y: 0;
  446. --tw-translate-x: 0;
  447. --tw-translate-y: 0;
  448. --tw-rotate: 0;
  449. --tw-skew-x: 0;
  450. --tw-skew-y: 0;
  451. --tw-scale-x: 1;
  452. --tw-scale-y: 1;
  453. --tw-pan-x: ;
  454. --tw-pan-y: ;
  455. --tw-pinch-zoom: ;
  456. --tw-scroll-snap-strictness: proximity;
  457. --tw-ordinal: ;
  458. --tw-slashed-zero: ;
  459. --tw-numeric-figure: ;
  460. --tw-numeric-spacing: ;
  461. --tw-numeric-fraction: ;
  462. --tw-ring-inset: ;
  463. --tw-ring-offset-width: 0px;
  464. --tw-ring-offset-color: #fff;
  465. --tw-ring-color: rgb(59 130 246 / 0.5);
  466. --tw-ring-offset-shadow: 0 0 #0000;
  467. --tw-ring-shadow: 0 0 #0000;
  468. --tw-shadow: 0 0 #0000;
  469. --tw-shadow-colored: 0 0 #0000;
  470. --tw-blur: ;
  471. --tw-brightness: ;
  472. --tw-contrast: ;
  473. --tw-grayscale: ;
  474. --tw-hue-rotate: ;
  475. --tw-invert: ;
  476. --tw-saturate: ;
  477. --tw-sepia: ;
  478. --tw-drop-shadow: ;
  479. --tw-backdrop-blur: ;
  480. --tw-backdrop-brightness: ;
  481. --tw-backdrop-contrast: ;
  482. --tw-backdrop-grayscale: ;
  483. --tw-backdrop-hue-rotate: ;
  484. --tw-backdrop-invert: ;
  485. --tw-backdrop-opacity: ;
  486. --tw-backdrop-saturate: ;
  487. --tw-backdrop-sepia: ;
  488. }
  489. .inline-block {
  490. display: inline-block;
  491. }
  492. .table {
  493. display: table;
  494. }
  495. .cursor-pointer {
  496. cursor: pointer;
  497. }
  498. .rounded-full {
  499. border-radius: 9999px;
  500. }
  501. .border-2 {
  502. border-width: 2px;
  503. }
  504. .border-pink-600 {
  505. --tw-border-opacity: 1;
  506. border-color: rgb(219 39 119 / var(--tw-border-opacity));
  507. }
  508. .border-slate-700 {
  509. --tw-border-opacity: 1;
  510. border-color: rgb(51 65 85 / var(--tw-border-opacity));
  511. }
  512. .bg-pink-600 {
  513. --tw-bg-opacity: 1;
  514. background-color: rgb(219 39 119 / var(--tw-bg-opacity));
  515. }
  516. .bg-transparent {
  517. background-color: transparent;
  518. }
  519. .px-4 {
  520. padding-left: 1rem;
  521. padding-right: 1rem;
  522. }
  523. .py-2\.5 {
  524. padding-top: 0.625rem;
  525. padding-bottom: 0.625rem;
  526. }
  527. .py-2 {
  528. padding-top: 0.5rem;
  529. padding-bottom: 0.5rem;
  530. }
  531. .px-6 {
  532. padding-left: 1.5rem;
  533. padding-right: 1.5rem;
  534. }
  535. .py-3 {
  536. padding-top: 0.75rem;
  537. padding-bottom: 0.75rem;
  538. }
  539. .px-5 {
  540. padding-left: 1.25rem;
  541. padding-right: 1.25rem;
  542. }
  543. .text-3xl {
  544. font-size: 1.875rem;
  545. line-height: 2.25rem;
  546. }
  547. .font-bold {
  548. font-weight: 700;
  549. }
  550. .leading-none {
  551. line-height: 1;
  552. }
  553. .text-white {
  554. --tw-text-opacity: 1;
  555. color: rgb(255 255 255 / var(--tw-text-opacity));
  556. }
  557. .text-slate-700 {
  558. --tw-text-opacity: 1;
  559. color: rgb(51 65 85 / var(--tw-text-opacity));
  560. }
  561. .underline {
  562. -webkit-text-decoration-line: underline;
  563. text-decoration-line: underline;
  564. }
  565. @media (prefers-color-scheme: dark) {
  566. .dark\:border-pink-700 {
  567. --tw-border-opacity: 1;
  568. border-color: rgb(190 24 93 / var(--tw-border-opacity));
  569. }
  570. .dark\:border-white {
  571. --tw-border-opacity: 1;
  572. border-color: rgb(255 255 255 / var(--tw-border-opacity));
  573. }
  574. .dark\:bg-pink-700 {
  575. --tw-bg-opacity: 1;
  576. background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  577. }
  578. .dark\:bg-slate-800 {
  579. --tw-bg-opacity: 1;
  580. background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  581. }
  582. .dark\:text-white {
  583. --tw-text-opacity: 1;
  584. color: rgb(255 255 255 / var(--tw-text-opacity));
  585. }
  586. }