From 398d4b9afa3b38729822090e82570a4616a3047e Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 4 Oct 2016 16:05:42 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7b5ea34..f7e1747 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1765,6 +1765,18 @@ p.right{text-align: right;} box-shadow: none!important; border: 1px solid rgb(204, 204, 204)!important; } +.input_bl.submit_btn button { + border: 1px solid #9e9e9e; + background-color: #fff; + outline: none; + text-transform: uppercase; + font-size: 11px; + font-weight: 600; + color: #9e9e9e; + letter-spacing: 1px; + padding: 5px 17px; + transition: 0.1s; +} /**/ @media (min-width: 1200px){ -- libgit2 0.21.4