Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded Wizard: HTML/CSS is needed #841

Closed
jgiardino opened this issue Nov 13, 2017 · 2 comments
Closed

Embedded Wizard: HTML/CSS is needed #841

jgiardino opened this issue Nov 13, 2017 · 2 comments

Comments

@jgiardino
Copy link
Contributor

The design documentation for the Wizard shows an example of an embedded wizard.

This issue is to track the implementation of the html and css for the embedded wizard design.

@priley86
Copy link
Member

priley86 commented Dec 7, 2017

This implementation has been started in PatternFly React here

I am posting the temporary CSS that was used. It was not completed, but just posting it here so I don't lose it when it comes back time to review this again...

.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;
    }
  }
}

@LHinson
Copy link
Member

LHinson commented Aug 8, 2019

@jgiardino as you've noticed, closing a few issues in here --- let me know if you have any concerns!

@LHinson LHinson closed this as completed Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants