From ee3f568c1c736a8d451ec3e44b38d39678f4ccd4 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 4 Oct 2016 16:22:22 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d6b850a..3c22669 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1801,6 +1801,28 @@ p.right{text-align: right;} margin: 0 auto; font-family: 'Lato-Medium'; } +.add_comment .title { + text-align: center; + text-transform: uppercase; + font-size: 15px; + color: #000000; + font-family: 'Lato-Light'; + font-weight: 600; + padding: 14px; +} +.close_comm { + position: absolute; + top: 16px; + right: 0; + width: 27px; + height: 27px; + background-image: url(../images/close.png); + transition: 0.1s; + cursor: pointer; +} +.close_comm:hover { + background-image: url(../images/close_hover.png); +} /**/ @media (min-width: 1200px){ -- libgit2 0.21.4