replaced btn mail template outline with border for compatability
This commit is contained in:
parent
c951d4bc94
commit
ebc1ed6598
|
@ -53,8 +53,7 @@ const Layout = `
|
||||||
.btn {
|
.btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: 0;
|
border: 1px solid #e5e5e5;
|
||||||
outline: 1px solid #e5e5e5;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background: #16161a !important;
|
background: #16161a !important;
|
||||||
|
|
Loading…
Reference in New Issue