Commit 14d303a0cc4ff98c89e265d6237455946c6b528e

Authored by Eugeny Galkovskiy
1 parent 398d4b9a

123

Showing 1 changed file with 10 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
@@ -1768,7 +1768,7 @@ p.right{text-align: right;} @@ -1768,7 +1768,7 @@ p.right{text-align: right;}
1768 .input_bl.submit_btn button { 1768 .input_bl.submit_btn button {
1769 border: 1px solid #9e9e9e; 1769 border: 1px solid #9e9e9e;
1770 background-color: #fff; 1770 background-color: #fff;
1771 - outline: none; 1771 + outline: none!important;
1772 text-transform: uppercase; 1772 text-transform: uppercase;
1773 font-size: 11px; 1773 font-size: 11px;
1774 font-weight: 600; 1774 font-weight: 600;
@@ -1776,6 +1776,15 @@ p.right{text-align: right;} @@ -1776,6 +1776,15 @@ p.right{text-align: right;}
1776 letter-spacing: 1px; 1776 letter-spacing: 1px;
1777 padding: 5px 17px; 1777 padding: 5px 17px;
1778 transition: 0.1s; 1778 transition: 0.1s;
  1779 + border-radius: 0;
  1780 +}
  1781 +.input_bl.submit_btn button:hover{
  1782 + background-color: #9e9e9e;
  1783 + color: #fff;
  1784 +}
  1785 +.input_bl.submit_btn {
  1786 + text-align: center;
  1787 + padding: 15px 0px;
1779 } 1788 }
1780 1789
1781 /**/ 1790 /**/