Skip to content

Commit

Permalink
Add form and page components.
Browse files Browse the repository at this point in the history
- Third party overrides.
- kuiList
- kuiListItem
- kuiPage
- kuiPageView
- kuiSubHeader
- kuiNotice
- kuiNoticeTitle
- kuiNoticeText
- kuiCard
- kuiCardGroup
- kuiButton
- kuiIcon
- kuiTitle
- kuiBadge
- kuiFormSection
- kuiFormSubSection
- kuiColumn
- kuiFormLabel
- kuiFormSubLabel
- kuiTextArea
- kuiInput
- kuiStaticInput
- kuiOptionLabel
- kuiCheckbox
- kuiFormPanel
- kuiFormPanelLayout
- kuiMenuItem
- kuiInputNote
- kuiTableControls
- kuiTableControlAction
- fullWidth
- noPadding
  • Loading branch information
cjcenizal committed Dec 8, 2016
1 parent cebf834 commit 39b0146
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/core_plugins/kibana/public/management/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ kbn-management-objects-view {
min-height: 70px; /* 1 */
}

.tab-account {
background-color: @kibanaGray6;
}

.tab-management {
background-color: @kibanaGray6;
}
Expand Down
Loading

0 comments on commit 39b0146

Please sign in to comment.