border merchants
This commit is contained in:
parent
ea334fe1fe
commit
8c49042182
3 changed files with 4 additions and 5 deletions
|
@ -68,7 +68,3 @@
|
|||
.margin-5 {
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
.MuiNotchedOutline-focused-120 {
|
||||
border-color: rgb(19, 143, 82) !important;
|
||||
}
|
|
@ -1,3 +1,6 @@
|
|||
.MuiFormLabel-root-82.MuiFormLabel-focused-83 {
|
||||
color: #139657
|
||||
}
|
||||
.merchants_services .MuiNotchedOutline-focused-120 {
|
||||
border-color: rgb(19, 143, 82) !important;
|
||||
}
|
|
@ -186,7 +186,7 @@ class MerchantsPage extends Component {
|
|||
<div>
|
||||
<AppHeader />
|
||||
|
||||
<section data-spy="scroll" data-target="#mainNav" id="services">
|
||||
<section data-spy="scroll" data-target="#mainNav" id="services" className="merchants_services" >
|
||||
<div className="containerfix">
|
||||
<div className="row">
|
||||
<div className="col-md-10 mx-md-auto">
|
||||
|
|
Loading…
Reference in a new issue