fix style
This commit is contained in:
@@ -160,7 +160,7 @@ export default function HomeSections(){
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xxl-4 m-b-30">
|
||||
<div className="card card-statistics h-100 mb-0">
|
||||
<div className="card card-statistics h-100 mb-0 panel_round_c3">
|
||||
<div className="card-header d-flex justify-content-between">
|
||||
<div className="card-heading">
|
||||
<h4 className="card-title">Payments</h4>
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ProductStart(){
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-md-3">
|
||||
<div className="card card-statistics mb-30">
|
||||
<div className="card card-statistics mb-30 panel_round_c3">
|
||||
{/*<img className="card-img-top" src={getImage('widget/01.jpg')} alt="Card image cap" />*/}
|
||||
<div className="card-body">
|
||||
<h4 className="card-title">Subscription</h4>
|
||||
|
||||
@@ -103,3 +103,8 @@
|
||||
background-color: #e3dfef;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.panel_round_c3{
|
||||
background-color: #fcfaf1;
|
||||
border-radius: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user