|
|
@@ -94,10 +94,14 @@ class ProsesSanksi extends Component {
|
|
|
{/* <Header /> */}
|
|
|
<div className="p-3">
|
|
|
<div className="content-heading">
|
|
|
- <div>Penetapan Sanksi</div>
|
|
|
+ <span className="font-color-white">Penetapan Sanksi</span>
|
|
|
<div className="ml-auto">
|
|
|
<Link href="/app/sanksi">
|
|
|
- <button className="btn btn-sm btn-secondary text-sm">< back</button>
|
|
|
+ <Button className="color-3e3a8e" color>
|
|
|
+ <span className="font-color-white">
|
|
|
+ < Kembali
|
|
|
+ </span>
|
|
|
+ </Button>
|
|
|
</Link>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -172,8 +176,10 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button className="ml-auto" color="primary" onClick={this.toggleStep("2")}>
|
|
|
- Next
|
|
|
+ <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("2")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Next
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
</div>
|
|
|
</TabPane>
|
|
|
@@ -192,11 +198,15 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color="secondary" onClick={this.toggleStep("1")}>
|
|
|
- Previous
|
|
|
+ <Button color className="color-3e3a8e" onClick={this.toggleStep("1")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Previous
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto" color="primary" onClick={this.toggleStep("3")}>
|
|
|
- Next
|
|
|
+ <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("3")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Next
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
</div>
|
|
|
</TabPane>
|
|
|
@@ -207,11 +217,15 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color="secondary" onClick={this.toggleStep("2")}>
|
|
|
- Previous
|
|
|
+ <Button colorclassName="color-3e3a8e" onClick={this.toggleStep("2")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Previous
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto" color="primary" onClick={this.toggleStep("4")}>
|
|
|
- Next
|
|
|
+ <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("4")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Next
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
</div>
|
|
|
</TabPane>
|
|
|
@@ -222,11 +236,15 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color="secondary" onClick={this.toggleStep("3")}>
|
|
|
- Previous
|
|
|
+ <Button color className="color-3e3a8e" onClick={this.toggleStep("3")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Previous
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto" color="primary" onClick={this.toggleStep("5")}>
|
|
|
- Next
|
|
|
+ <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("5")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Next
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
</div>
|
|
|
</TabPane>
|
|
|
@@ -237,11 +255,15 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color="secondary" onClick={this.toggleStep("4")}>
|
|
|
- Previous
|
|
|
+ <Button color="secondary" className="color-3e3a8e" onClick={this.toggleStep("4")}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Previous
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto" color="primary" onClick={this.done}>
|
|
|
- Done
|
|
|
+ <Button className="ml-auto color-3e3a8e" color onClick={this.done}>
|
|
|
+ <span className="font-color-white">
|
|
|
+ Done
|
|
|
+ </span>
|
|
|
</Button>
|
|
|
</div>
|
|
|
</TabPane>
|