From 4800703ad1ec1d67765b743c7681554bd5a0077d Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Mon, 27 Aug 2018 16:24:17 +0200 Subject: [PATCH] responsive style on dashboard --- assets/css/pages/responsive.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/pages/responsive.scss b/assets/css/pages/responsive.scss index fd5a9f0b..702c0d13 100755 --- a/assets/css/pages/responsive.scss +++ b/assets/css/pages/responsive.scss @@ -28,6 +28,14 @@ .product-button { min-width: calc(100% - 56px) } + .listing-products { + + .btn, button { + font-size: 1rem; + padding: 0.2em; + border-radius: 0.3em; + } + } } }