mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Minor changes in switch and step components.
This commit is contained in:
parent
20b58330db
commit
ddfbf78e30
@ -37,7 +37,7 @@ class Step extends Component {
|
|||||||
let stepIndexContent = index === passed || index < passed ? <i className="fw fw-check"></i> : index;
|
let stepIndexContent = index === passed || index < passed ? <i className="fw fw-check"></i> : index;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="step col-3">
|
<div className="step col">
|
||||||
<div className="step-content">
|
<div className="step-content">
|
||||||
<div className={indexClassNames}>
|
<div className={indexClassNames}>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
margin: 0 0 0 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide default HTML checkbox */
|
/* Hide default HTML checkbox */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user