2019-11-27 15:31:49 +07:00
|
|
|
/*!
|
2022-09-13 08:50:45 +07:00
|
|
|
* Pico.css v1.5.5 (https://picocss.com)
|
2022-03-13 15:40:42 +07:00
|
|
|
* Copyright 2019-2022 - Licensed under MIT
|
2019-11-27 15:31:49 +07:00
|
|
|
*/
|
|
|
|
|
|
|
|
// Config
|
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
// Theming
|
2019-12-02 11:52:26 +07:00
|
|
|
@import "themes/default";
|
2019-11-27 15:31:49 +07:00
|
|
|
|
|
|
|
// Layout
|
2021-10-24 12:33:20 +07:00
|
|
|
@import "layout/document"; // html
|
|
|
|
@import "layout/sectioning"; // body, header, main, footer
|
|
|
|
@import "layout/container"; // .container, .container-fluid
|
|
|
|
@import "layout/section"; // section
|
|
|
|
@import "layout/grid"; // .grid
|
|
|
|
@import "layout/scroller"; // figure
|
2019-11-27 15:31:49 +07:00
|
|
|
|
|
|
|
// Content
|
2021-10-24 12:33:20 +07:00
|
|
|
@import "content/typography"; // a, headings, p, ul, blockquote, ...
|
|
|
|
@import "content/embedded"; // audio, canvas, iframe, img, svg, video
|
|
|
|
@import "content/button"; // button, a[role=button], type=button, type=submit ...
|
|
|
|
@import "content/form"; // input, select, textarea, label, fieldset, legend
|
|
|
|
@import "content/form-checkbox-radio"; // type=checkbox, type=radio, role=switch
|
|
|
|
@import "content/form-alt-input-types"; // type=color, type=date, type=file, type=search, ...
|
|
|
|
@import "content/table"; // table, tr, td, ...
|
|
|
|
@import "content/code"; // pre, code, ...
|
|
|
|
@import "content/miscs"; // hr, template, [hidden], dialog, canvas
|
2019-11-27 15:31:49 +07:00
|
|
|
|
|
|
|
// Components
|
2021-10-24 12:33:20 +07:00
|
|
|
@import "components/accordion"; // details, summary
|
|
|
|
@import "components/card"; // article
|
2021-12-19 09:50:55 +07:00
|
|
|
@import "components/modal"; // dialog
|
2021-10-24 12:33:20 +07:00
|
|
|
@import "components/nav"; // nav
|
|
|
|
@import "components/progress"; // progress
|
2021-12-27 13:55:58 +05:30
|
|
|
@import "components/dropdown"; // dropdown
|
2020-09-11 23:22:50 +07:00
|
|
|
|
2021-07-17 15:19:19 +07:00
|
|
|
// Utilities
|
2021-10-24 12:33:20 +07:00
|
|
|
@import "utilities/loading"; // aria-busy=true
|
|
|
|
@import "utilities/tooltip"; // data-tooltip
|
|
|
|
@import "utilities/accessibility"; // -ms-touch-action, aria-*
|
|
|
|
@import "utilities/reduce-motion"; // prefers-reduced-motion
|