From a016db397be48d9a115769208cd0b3860a8098bd Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Wed, 27 Sep 2017 12:19:29 -0300 Subject: [PATCH] Cut card box shadow for responsive design --- amadeus/static/css/base/amadeus_responsive.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 10c6ae9..0e38b10 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -164,6 +164,10 @@ margin-top: 8px; } + .card{ + box-shadow: 0 3px 3px 0 rgba(0,0,0,.2), 0 3px 3px 0 rgba(0,0,0,.19); + } + .users-cloud .small a { display:none; -- libgit2 0.21.2