Added the correct styling back for the dialog buttons, that got regressed somewhere
parent
fb103cb9e1
commit
519dd16135
|
@ -196,8 +196,9 @@ input[type=text]:focus, textarea:focus {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
border: solid 1px #76cfa6;
|
border: solid 1px #76cfa6;
|
||||||
font-weight: 400;
|
font-weight: 600;
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
|
|
Loading…
Reference in New Issue