Commit 398d4b9afa3b38729822090e82570a4616a3047e
1 parent
9f2ea66f
123
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1765,6 +1765,18 @@ p.right{text-align: right;} |
1765 | 1765 | box-shadow: none!important; |
1766 | 1766 | border: 1px solid rgb(204, 204, 204)!important; |
1767 | 1767 | } |
1768 | +.input_bl.submit_btn button { | |
1769 | + border: 1px solid #9e9e9e; | |
1770 | + background-color: #fff; | |
1771 | + outline: none; | |
1772 | + text-transform: uppercase; | |
1773 | + font-size: 11px; | |
1774 | + font-weight: 600; | |
1775 | + color: #9e9e9e; | |
1776 | + letter-spacing: 1px; | |
1777 | + padding: 5px 17px; | |
1778 | + transition: 0.1s; | |
1779 | +} | |
1768 | 1780 | |
1769 | 1781 | /**/ |
1770 | 1782 | @media (min-width: 1200px){ | ... | ... |