UNPKG

docsify

Version:

A magical documentation generator.

1 lines 2.11 kB
{"version":3,"sources":["../../../src/themes/addons/vue.css"],"names":[],"mappings":"AAAA,qKAAqK,CAGrK,MAEE,oBAAsB,CACtB,qBAAsB,CAGtB,wCAAgD,CAChD,0CAA6C,CAC7C,gBAAyB,CACzB,qBAAyB,CACzB,uBAA4B,CAC5B,qBAA2B,CAC3B,qBAA4B,CAC5B,wBAAyB,CAGzB,oBAAqB,CAGrB,oBAAgC,CAChC,2BAAgC,CAChC,4BAAgC,CAChC,6BAAgC,CAChC,sCAA2C,CAC3C,4BAAgC,CAChC,4BAAgC,CAChC,+BAAgC,CAChC,4BAAgC,CAChC,uBAAgC,CAChC,4BACF,CAKE,yBACE,iBAWF,CATE,oCACE,UAAW,CACX,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,WAAY,CACZ,SAAU,CACV,6BACF,CAIA,6CACE,WAAY,CACZ,kBAAoB,CACpB,UACF","file":"vue.min.css","sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');\n\n/* prettier-ignore */\n:root {\n /* Color */\n --color-text : #34495e;\n --theme-color: #42b983;\n\n /* Typography */\n --font-family : 'Source Sans 3', sans-serif;\n --font-family-mono : 'Roboto Mono', monospace;\n --font-size : 15px;\n --font-size-xxxl : 2rem;\n --font-size-xxl : 1.75rem;\n --font-size-xl : 1.5rem;\n --font-size-l : 1.25rem;\n --content-max-width: 85ch;\n\n /* Common */\n --margin-block: 1.2em;\n\n /* Elements */\n --code-color : #e96900;\n --codeblock-comment : #8e908c;\n --codeblock-function : #c94922;\n --codeblock-important : #c94922;\n --codeblock-keyword : var(--theme-color);\n --codeblock-operator : #22a2c9;\n --codeblock-property : #c08b30;\n --codeblock-punctuation: #525252;\n --codeblock-selector : #6679cc;\n --codeblock-tag : #2973b7;\n --codeblock-variable : #3d8fd1;\n}\n\n/* Sidebar */\n/* ========================================================================== */\n.sidebar-nav {\n li.active > a {\n position: relative;\n\n &::after {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n height: 100%;\n width: 3px;\n background: var(--theme-color);\n }\n }\n\n .app-sub-sidebar {\n li::before {\n content: '-';\n margin-right: 0.25em;\n float: left;\n }\n }\n}\n"]}