From 533aac29c3f9716280514d1c3b66e09ada743b13 Mon Sep 17 00:00:00 2001 From: Anil Mandepudi Date: Wed, 19 Oct 2016 20:17:35 -0700 Subject: [PATCH] more padding for bottom sheet items (#325) --- less/modules/bottom-sheet.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index e4744f1..a09e585 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -18,13 +18,13 @@ transform: translate3d(0, 350px, 0); transition: transform 0.3s, visibility 0s 0.3s; z-index: 995; - padding: 5px 0 10px; + padding: 5px 0 10px; li { a { - padding: 5px 20px; + padding: 10px 20px; } &.divider { @@ -59,7 +59,7 @@ } .dropdown-backdrop { - background-color: rgba(0,0,0,.1); + background-color: rgba(0, 0, 0, .3); } } } @@ -77,7 +77,7 @@ } .dropdown-backdrop { - background-color: rgba(0,0,0,.1); + background-color: rgba(0, 0, 0, .3); } } } @@ -95,7 +95,7 @@ } .dropdown-backdrop { - background-color: rgba(0,0,0,.1); + background-color: rgba(0, 0, 0, .3); } } }