From a060d221bf61719ef1812a594c0fb94157a3b535 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Tue, 15 Mar 2016 22:47:17 +0100 Subject: [PATCH] Add compiled css related to the previous changes. --- css/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/app.css b/css/app.css index 39a2fbdc..27502f7d 100644 --- a/css/app.css +++ b/css/app.css @@ -103,6 +103,22 @@ ul { .uhk { max-width: 100%; } +.grip { + position: relative; } + .grip:before { + content: ''; + display: none; + width: 5px; + height: 20px; + background-image: url(../images/grips/vertical_dark.png); + background-repeat: no-repeat; + position: absolute; + top: 50%; + left: 7px; + margin-top: -10px; } + .grip:hover:before { + display: block; } + .owl-carousel { max-width: 991px; margin: auto; }