From 61627f88d21ab7ba58e932da78cb29652724a2bd Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Wed, 9 Dec 2020 10:24:20 +0530 Subject: [PATCH] close dialog --- src/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 31ecf3c..aee46d3 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1197,7 +1197,7 @@ color: #514DA7;opacity:1; .sort-by{ font-size: 14px; line-height: 18px; color: #000; opacity: 0.5; } .bounce-board-body{ width: 100%; display: block; float: left; height: 100%;} .bounce-board-body .bc-empty{ color: #000; font-size: 26px; line-height: 49px; font-weight: 700; opacity: 0.5; margin-top: 100%; text-align: center;} - .common_color{ background: #FFF6D7; border-radius: 100px;} + .common_color{ background:transparent; border-radius: 100px;} .user-photo{width: 109px; display: block; float: left;} -- 2.0.0