-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e0ee56
commit b9d1568
Showing
65 changed files
with
6,107 additions
and
8,622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"plugins": [ | ||
["prismjs", { | ||
"languages": ["javascript", "css", "markup", "php"], | ||
"css": false | ||
}] | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/*! algoliasearch-lite.umd.js | 4.6.0 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */ | ||
|
||
/** | ||
* Prism: Lightweight, robust, elegant syntax highlighting | ||
* | ||
* @license MIT <https://opensource.org/licenses/MIT> | ||
* @author Lea Verou <https://lea.verou.me> | ||
* @namespace | ||
* @public | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"/js/app.js": "/js/app.js?id=9a4d608e7b4ef7d1ae45", | ||
"/css/app.css": "/css/app.css?id=fb4ab1fe02a78265eb76" | ||
"/js/app.js": "/js/app.js?id=9c9d9c0395a3952f8d44", | ||
"/css/app.css": "/css/app.css?id=8e7bdba04d2bcd720d27" | ||
} |
14 changes: 7 additions & 7 deletions
14
resources/sass/_carbon_ads.scss → resources/css/_carbon_ads.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
#carbonads { | ||
margin-top: 2.375em; | ||
background: $white; | ||
background: theme('colors.white'); | ||
padding: 1em; | ||
max-width: 10.125em; | ||
|
||
img { | ||
display: block; | ||
margin-bottom: .75em; | ||
} | ||
|
||
.carbon-text { | ||
display: block; | ||
font-size: .625em; | ||
line-height: 1.4em; | ||
margin-bottom: 1rem; | ||
color: rgba($black, .8); | ||
color: theme('colors.gray.700'); | ||
} | ||
|
||
.carbon-poweredby { | ||
font-size: .625em; | ||
text-transform: uppercase; | ||
letter-spacing: 2px; | ||
color: rgba($black, .4); | ||
color: theme('colors.gray.600'); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
.callout p { | ||
margin-bottom: 0; | ||
} | ||
|
||
.docs_main { | ||
a[name] { | ||
position: relative; | ||
display: block; | ||
visibility: hidden; | ||
top: -45px; | ||
} | ||
|
||
table { | ||
border-collapse: collapse; | ||
width: 100%; | ||
font-size: 13px; | ||
margin-bottom: 2em; | ||
|
||
th, | ||
td { | ||
border: 1px solid theme('colors.gray.300'); | ||
padding: 10px; | ||
text-align: left; | ||
} | ||
|
||
th { | ||
font-size: 16px; | ||
} | ||
} | ||
|
||
@screen sm { | ||
a[name] { | ||
position: relative; | ||
display: block; | ||
visibility: hidden; | ||
top: -30px; | ||
} | ||
} | ||
} | ||
|
||
.docs_main { | ||
.page_title { | ||
display: none; | ||
} | ||
|
||
h1 { | ||
font-size: 2.5em; | ||
letter-spacing: 0em; | ||
} | ||
|
||
h2 { | ||
font-size: 1.75em; | ||
letter-spacing: 0; | ||
} | ||
|
||
h3 { | ||
font-size: 1.25em; | ||
letter-spacing: 0; | ||
font-weight: 500; | ||
} | ||
|
||
h4 { | ||
font-size: 1em; | ||
font-weight: 500; | ||
letter-spacing: 0; | ||
} | ||
|
||
h4 a, h3 a, h2 a { | ||
color: theme('colors.gray.900'); | ||
} | ||
|
||
h4 a:before, | ||
h3 a:before, | ||
h2 a:before { | ||
content: "#"; | ||
font-weight: 400; | ||
position: absolute; | ||
color: theme('colors.red.600'); | ||
opacity: .6; | ||
} | ||
|
||
h3 a:before, | ||
h2 a:before { | ||
margin-left: -25px; | ||
font-size: 28px; | ||
} | ||
|
||
h4 a:before { | ||
margin-left: -18px; | ||
font-size: 17px; | ||
} | ||
|
||
code { | ||
font-size: 0.8rem; | ||
font-weight: 500; | ||
line-height: 1.9; | ||
color: theme('colors.gray.900'); | ||
} | ||
|
||
p { | ||
font-size: 1rem; | ||
line-height: 1.8em; | ||
|
||
code { | ||
font-size: 0.8rem; | ||
} | ||
} | ||
|
||
ul:not(:first-of-type), .content-list ul { | ||
list-style-type: none; | ||
margin: 0 0 2.5em 0; padding: 0; | ||
|
||
li { | ||
position: relative; | ||
display: block; | ||
padding-left: 1.25em; | ||
margin-bottom: 1rem; | ||
font-size: .89em; | ||
color: theme('colors.gray.700'); | ||
line-height: 1.714em; | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
|
||
code { | ||
font-size: .875em; | ||
} | ||
|
||
&::before { | ||
content: ""; | ||
position: absolute; | ||
top: .40em; left: 0; | ||
width: 9px; height: 10px; | ||
background: url(/img/icons/ul_marker.min.svg) no-repeat center; | ||
background-size: contain; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.docs_main h1 + ul { | ||
margin-bottom: 4em; | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
|
||
li { | ||
display: block; | ||
margin-bottom: .5em; | ||
|
||
a { | ||
position: relative; | ||
font-size: .89em; | ||
font-weight: 500; | ||
color: theme('colors.gray.900'); | ||
text-decoration: none; | ||
|
||
&::before { | ||
content: "# "; | ||
color: theme('colors.red.600'); | ||
} | ||
} | ||
} | ||
|
||
ul { | ||
margin-top: .5em; | ||
padding: 0; | ||
margin-bottom: 0; | ||
|
||
li { | ||
padding-left: 1.5em; | ||
|
||
a { | ||
font-weight: 400; | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.