Skip to content

Commit

Permalink
feat(wizard): adds the pf wizard and modal components
Browse files Browse the repository at this point in the history
Closes #64
  • Loading branch information
priley86 committed Nov 11, 2017
1 parent c5058a8 commit cca8ec8
Show file tree
Hide file tree
Showing 18 changed files with 9,990 additions and 2,618 deletions.
28 changes: 28 additions & 0 deletions less/patternfly-react.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/**
PatternFly React Stylesheets
*/

.wizard-pf-header {
background-color: #f5f5f5;
border-bottom: none;
padding: 10px 18px;
}
.wizard-pf-title {
font-size: 13px;
font-weight: 700;
}
.wizard-pf-footer {
padding: 14px 15px 17px;
text-align: right;
& .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
& > .btn {
padding-left: 10px;
padding-right: 10px;
& > .fa-angle-left {
margin-right: 5px;
}
& > .fa-angle-right {
margin-left: 5px;
}
}
}
Loading

0 comments on commit cca8ec8

Please sign in to comment.