Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
feat(docs): css customizations for buttons
Browse files Browse the repository at this point in the history
update css samples to support css rule changes for default themes
add docs configuration to include Component CSS Customization content.
  • Loading branch information
ThomasBurleson committed Jun 4, 2015
1 parent 86b4afa commit 91c86c6
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 136 deletions.
68 changes: 39 additions & 29 deletions docs/app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,38 +169,48 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, $location, $rootScope, $http, $wind
sections.push({
name: 'Customization',
type: 'heading',
children: [{
name: 'CSS',
type: 'toggle',
pages: [{
name: 'Typography',
url: '/CSS/typography',
type: 'link'
}]
},{
name: 'Theming',
type: 'toggle',
pages: [{
name: 'Introduction and Terms',
url: '/Theming/01_introduction',
type: 'link'
},
{
name: 'Declarative Syntax',
url: '/Theming/02_declarative_syntax',
type: 'link'
},
children: [
{
name: 'Configuring a Theme',
url: '/Theming/03_configuring_a_theme',
type: 'link'
name: 'CSS',
type: 'toggle',
pages: [{
name: 'Typography',
url: '/CSS/typography',
type: 'link'
},
{
name : 'Button',
url: '/CSS/button',
type: 'link'
}]
},
{
name: 'Multiple Themes',
url: '/Theming/04_multiple_themes',
type: 'link'
}]
}]
name: 'Theming',
type: 'toggle',
pages: [
{
name: 'Introduction and Terms',
url: '/Theming/01_introduction',
type: 'link'
},
{
name: 'Declarative Syntax',
url: '/Theming/02_declarative_syntax',
type: 'link'
},
{
name: 'Configuring a Theme',
url: '/Theming/03_configuring_a_theme',
type: 'link'
},
{
name: 'Multiple Themes',
url: '/Theming/04_multiple_themes',
type: 'link'
}
]
}
]
});

var docsByModule = {};
Expand Down
Loading

0 comments on commit 91c86c6

Please sign in to comment.