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 {
|
.margin-5 {
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiNotchedOutline-focused-120 {
|
|
||||||
border-color: rgb(19, 143, 82) !important;
|
|
||||||
}
|
|
|
@ -1,3 +1,6 @@
|
||||||
.MuiFormLabel-root-82.MuiFormLabel-focused-83 {
|
.MuiFormLabel-root-82.MuiFormLabel-focused-83 {
|
||||||
color: #139657
|
color: #139657
|
||||||
}
|
}
|
||||||
|
.merchants_services .MuiNotchedOutline-focused-120 {
|
||||||
|
border-color: rgb(19, 143, 82) !important;
|
||||||
|
}
|
|
@ -186,7 +186,7 @@ class MerchantsPage extends Component {
|
||||||
<div>
|
<div>
|
||||||
<AppHeader />
|
<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="containerfix">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-md-10 mx-md-auto">
|
<div className="col-md-10 mx-md-auto">
|
||||||
|
|
Loading…
Reference in a new issue