2019-11-27 15:31:49 +07:00
|
|
|
/*!
|
2021-07-03 13:36:31 +07:00
|
|
|
* Pico.css v1.3.0 (https://picocss.com)
|
2021-07-02 16:54:41 +07:00
|
|
|
* Copyright 2019-2021 - 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
|
2020-09-24 22:35:30 +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
|
2020-09-24 22:35:30 +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/accessibility"; // -ms-touch-action, aria-*
|
2020-09-30 10:28:06 +07:00
|
|
|
@import "content/miscs"; // hr, template, [hidden], dialog, canvas
|
2019-11-27 15:31:49 +07:00
|
|
|
|
|
|
|
// Components
|
2020-09-24 22:35:30 +07:00
|
|
|
@import "components/accordion"; // details, summary
|
|
|
|
@import "components/card"; // article
|
|
|
|
@import "components/nav"; // nav
|
2020-09-30 10:28:06 +07:00
|
|
|
@import "components/progress"; // progress
|
2020-09-24 22:35:30 +07:00
|
|
|
@import "components/tooltip"; // data-tooltip
|
2020-09-11 23:22:50 +07:00
|
|
|
|
|
|
|
// Reduce motion
|
2020-09-24 22:35:30 +07:00
|
|
|
@import "content/reduce-motion"; // prefers-reduced-motion
|