forked from patternfly/angular-patternfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwizard.less
More file actions
41 lines (40 loc) · 743 Bytes
/
Copy pathwizard.less
File metadata and controls
41 lines (40 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.wizard-pf-footer {
.tooltip-wrapper {
border: none;
box-shadow: none;
display: inline-block;
margin-left: 5px;
padding: 0;
text-align: center;
.btn[disabled] {
pointer-events: none;
}
}
.btn-cancel {
&.wizard-pf-cancel-no-back {
margin-right: 0;
}
}
}
.wizard-pf-singlestep {
margin-left: 0;
}
.wizard-pf-position-override {
position: relative;
}
.wizard-pf-footer-inline {
text-align: left;
}
.wizard-pf-cancel-inline {
margin-left: 25px;
}
.wizard-pf-steps-indicator li a.disabled {
cursor: default;
&:hover {
.wizard-pf-step-number {
background-color: @color-pf-white;
border-color: @color-pf-black-400;
color: @color-pf-black-400;
}
}
}