added alerts style
This commit is contained in:
parent
55a56343e2
commit
2a020cf129
|
@ -3,8 +3,9 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
|
||||||
input(type="search" placeholder="SEARCH DOCS...")
|
input(type="search" placeholder="SEARCH DOCS...")
|
||||||
|
|
||||||
ul.side-nav-primary
|
ul.side-nav-primary
|
||||||
for page, slug in public.docs[current.path[1]][current.path[2]]._data
|
if current.path[2]
|
||||||
name = page.menuTitle || page.title
|
for page, slug in public.docs[current.path[1]][current.path[2]]._data
|
||||||
selected = current.path[3] == slug ? 'is-selected':''
|
name = page.menuTitle || page.title
|
||||||
|
selected = current.path[3] == slug ? 'is-selected':''
|
||||||
|
|
||||||
li <a class="#{selected}" href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html" md-button><span class="side-nav-icon icon-#{page.icon}"></span> #{name}</a>
|
li <a class="#{selected}" href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html" md-button><span class="side-nav-icon icon-#{page.icon}"></span> #{name}</a>
|
||||||
|
|
|
@ -13,3 +13,13 @@ script(src="/resources/js/vendor/lang-dart.js")
|
||||||
|
|
||||||
|
|
||||||
script(src="/resources/js/site.js")
|
script(src="/resources/js/site.js")
|
||||||
|
|
||||||
|
<!-- GA -->
|
||||||
|
script
|
||||||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
|
ga('create', 'UA-8594346-15', 'auto');
|
||||||
|
ga('send', 'pageview')
|
|
@ -13,6 +13,7 @@
|
||||||
"styleguide": {
|
"styleguide": {
|
||||||
"title": "Docs Style Guide",
|
"title": "Docs Style Guide",
|
||||||
"subtitle": "Design & Layout Patterns For Documentation",
|
"subtitle": "Design & Layout Patterns For Documentation",
|
||||||
"layout": "../_layout"
|
"layout": "../_layout",
|
||||||
|
"autoformat": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"index": {
|
|
||||||
"title": "Angular Docs"
|
|
||||||
},
|
|
||||||
|
|
||||||
"quickstart": {
|
|
||||||
"title": "5 Min Quickstart"
|
|
||||||
},
|
|
||||||
|
|
||||||
"resources": {
|
|
||||||
"title": "Angular Resources"
|
|
||||||
},
|
|
||||||
|
|
||||||
"api": {
|
|
||||||
"title": "API Proposal"
|
|
||||||
},
|
|
||||||
|
|
||||||
"help": {
|
|
||||||
"title": "Help & Support"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
H1 API
|
|
|
@ -1 +0,0 @@
|
||||||
h1 Help & Support
|
|
|
@ -1,20 +0,0 @@
|
||||||
|
|
||||||
div.c4
|
|
||||||
md-card
|
|
||||||
md-card-content
|
|
||||||
h2 Paracosm
|
|
||||||
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
|
||||||
|
|
||||||
|
|
||||||
div.c4
|
|
||||||
md-card
|
|
||||||
md-card-content
|
|
||||||
h2 Paracosm
|
|
||||||
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
|
||||||
|
|
||||||
|
|
||||||
div.c4
|
|
||||||
md-card
|
|
||||||
md-card-content
|
|
||||||
h2 Paracosm
|
|
||||||
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
|
|
|
@ -1 +0,0 @@
|
||||||
h1 JavaScript Quickstart
|
|
|
@ -1 +0,0 @@
|
||||||
h1 resources
|
|
|
@ -1 +1,27 @@
|
||||||
adsf
|
.l-main-section
|
||||||
|
h2 Code Examples
|
||||||
|
|
||||||
|
p To create a code example like the one below, simple copy the code
|
||||||
|
|
||||||
|
pre.prettyprint.linenums
|
||||||
|
code.
|
||||||
|
pre.prettyprint.linenums
|
||||||
|
code.
|
||||||
|
//SOME CODE
|
||||||
|
var name = "Alex Wolfe";
|
||||||
|
alert(name);
|
||||||
|
|
||||||
|
.l-main-section
|
||||||
|
h2 Alerts
|
||||||
|
|
||||||
|
p Single line statments that are additional or critical to the content of a section or page.
|
||||||
|
|
||||||
|
.alert.is-critical A very <strong>critical</strong> alert
|
||||||
|
.alert.is-important A very <strong>important</strong> alert
|
||||||
|
.alert.is-helpful A very <strong>helpful</strong> alert
|
||||||
|
|
||||||
|
pre.prettyprint.linenums
|
||||||
|
code.
|
||||||
|
.alert.is-critical A very <strong>critical</strong> alert
|
||||||
|
.alert.is-important A very <strong>important</strong> alert
|
||||||
|
.alert.is-helpful A very <strong>helpful</strong> alert
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"index": {
|
||||||
|
"title": "Angular Docs",
|
||||||
|
"subtitle": "Choose a language for Angular",
|
||||||
|
|
||||||
|
"downloads": {
|
||||||
|
"angular2": {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,7 +9,21 @@
|
||||||
// GREEN COLORS
|
// GREEN COLORS
|
||||||
$cactus: #8BC34A;
|
$cactus: #8BC34A;
|
||||||
|
|
||||||
|
// YELLOW
|
||||||
|
$sunshine: #FFF59D;
|
||||||
|
|
||||||
|
// ORANGE
|
||||||
|
$sand: #FFF8E1;
|
||||||
|
$citrus: #FF8F00;
|
||||||
|
|
||||||
|
// RED COLORS
|
||||||
|
$peach: #ffebee;
|
||||||
|
$squid: #EF3872;
|
||||||
|
$cardinal: #E23237;
|
||||||
|
$ruby: #B52E31;
|
||||||
|
|
||||||
// BLUE COLORS
|
// BLUE COLORS
|
||||||
|
$light: #E3F2FD;
|
||||||
$sky: #0085D3;
|
$sky: #0085D3;
|
||||||
$regal: #0273D4;
|
$regal: #0273D4;
|
||||||
$blueberry: #0262C2;
|
$blueberry: #0262C2;
|
||||||
|
@ -18,11 +32,6 @@ $ocean: #0143A3;
|
||||||
//PURPLE
|
//PURPLE
|
||||||
$grape: #9575CD;
|
$grape: #9575CD;
|
||||||
|
|
||||||
// RED COLORS
|
|
||||||
$squid: #EF3872;
|
|
||||||
$cardinal: #E23237;
|
|
||||||
$ruby: #B52E31;
|
|
||||||
|
|
||||||
// DARK GRAY COLORS
|
// DARK GRAY COLORS
|
||||||
$coal: #000000;
|
$coal: #000000;
|
||||||
$steel: #253238;
|
$steel: #253238;
|
||||||
|
@ -37,8 +46,6 @@ $fog: #CFD8DC;
|
||||||
$mist: #ECEFF1;
|
$mist: #ECEFF1;
|
||||||
$snow: #FFFFFF;
|
$snow: #FFFFFF;
|
||||||
|
|
||||||
// YELLOW
|
|
||||||
$sunshine: #FFF59D;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Typography
|
* Typography
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
@import 'module/sticker';
|
@import 'module/sticker';
|
||||||
@import 'module/bio-card';
|
@import 'module/bio-card';
|
||||||
@import 'module/overlay';
|
@import 'module/overlay';
|
||||||
|
@import 'module/alert';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
.alert {
|
||||||
|
border-width: 2px;
|
||||||
|
border-style: solid;
|
||||||
|
padding: $unit ($unit * 2);
|
||||||
|
line-height: $unit * 4;
|
||||||
|
font-size: 14px;
|
||||||
|
border-radius: 4px;
|
||||||
|
color: $steel;
|
||||||
|
margin-bottom: $unit * 2;
|
||||||
|
|
||||||
|
&.is-critical {
|
||||||
|
border-color: $cardinal;
|
||||||
|
background: $peach;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-important {
|
||||||
|
border-color: $citrus;
|
||||||
|
background: $sand;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-helpful {
|
||||||
|
border-color: $blueberry;
|
||||||
|
background: $light;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue