initial
This commit is contained in:
46
public/css/apigoat_doc-public.css
Normal file
46
public/css/apigoat_doc-public.css
Normal file
@@ -0,0 +1,46 @@
|
||||
.wedocs-single-wrap {
|
||||
width: 100%;
|
||||
display: -ms-flex;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-single-content {
|
||||
width: 75%;
|
||||
border-left: 1px solid #eee;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap:before, .wedocs-single-wrap:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list {
|
||||
list-style: none;
|
||||
margin: 0 12px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
|
||||
background: #3598DB;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
|
||||
display: block;
|
||||
padding: 8px 10px 8px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a:before {
|
||||
margin-right: 10px;
|
||||
content: '';
|
||||
}
|
||||
/*# sourceMappingURL=apigoat_doc-public.css.map */
|
||||
9
public/css/apigoat_doc-public.css.map
Normal file
9
public/css/apigoat_doc-public.css.map
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACA,AAAA,mBAAmB,CAAC;EAChB,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,QAAQ;EACjB,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,IAAI;CAChB;;AAED,AAAA,mBAAmB,CAAC,sBAAsB,CAAC;EACvC,KAAK,EAAE,GAAG;EACV,WAAW,EAAE,cAAc;EAC3B,YAAY,EAAE,IAAI;CACrB;;AAED,AAAA,mBAAmB,AAAA,OAAO,EAAE,mBAAmB,AAAA,MAAM,CAAC;EAClD,OAAO,EAAE,GAAG;EACZ,OAAO,EAAE,KAAK;CACjB;;AAED,AAAA,mBAAmB,CAAC,eAAe,CAAC;EAChC,KAAK,EAAE,GAAG;CACb;;AAED,AAAA,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,CAAC;EAChD,UAAU,EAAE,IAAI;EAChB,MAAM,EAAE,UAAU;EACrB,OAAO,EAAE,CAAC;CACV;;AAED,AAAA,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,GAAG,EAAE,AAAA,oBAAoB,GAAG,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,GAAG,EAAE,AAAA,kBAAkB,GAAG,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,GAAG,EAAE,AAAA,sBAAsB,GAAG,CAAC,CAAC;EACjP,UAAU,EAAE,OAAO;EACnB,KAAK,EAAE,IAAI;EACX,aAAa,EAAE,GAAG;CACrB;;AAED,AAAA,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC;EACrD,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,iBAAiB;EAC1B,eAAe,EAAE,IAAI;CACxB;;AAED,AAAA,mBAAmB,CAAC,eAAe,CAAC,EAAE,AAAA,aAAa,GAAG,EAAE,GAAG,CAAC,AAAA,OAAO,CAAC;EACnE,YAAY,EAAE,IAAI;EAClB,OAAO,EAAC,EAAE;CACV",
|
||||
"sources": [
|
||||
"apigoat_doc-public.scss"
|
||||
],
|
||||
"names": [],
|
||||
"file": "apigoat_doc-public.css"
|
||||
}
|
||||
45
public/css/apigoat_doc-public.scss
Normal file
45
public/css/apigoat_doc-public.scss
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
.wedocs-single-wrap {
|
||||
width: 100%;
|
||||
display: -ms-flex;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-single-content {
|
||||
width: 75%;
|
||||
border-left: 1px solid #eee;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap:before, .wedocs-single-wrap:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list {
|
||||
list-style: none;
|
||||
margin: 0 12px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
|
||||
background: #3598DB;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
|
||||
display: block;
|
||||
padding: 8px 10px 8px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a:before {
|
||||
margin-right: 10px;
|
||||
content:'';
|
||||
}
|
||||
Reference in New Issue
Block a user