From b06f0ea20ee4af356c900e5b893486480300032b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 25 Mar 2021 15:38:35 -0400 Subject: [PATCH] feat: doggy.gif --- public/less/admin/general/dashboard.less | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/public/less/admin/general/dashboard.less b/public/less/admin/general/dashboard.less index 1cb207317d..e42c1ef8ac 100644 --- a/public/less/admin/general/dashboard.less +++ b/public/less/admin/general/dashboard.less @@ -5,18 +5,15 @@ max-width: 100% !important; } - #analytics-panel .panel-heading i { + #analytics-panel .panel-heading > div { &.fa-expand { display: none; } - &.fa-terminal::after { - content: 'JSON'; - font-family: @font-family-sans-serif; - font-weight: 600; - color: @gray-dark; - padding-left: .5em; - } + font-family: @font-family-sans-serif; + font-weight: 600; + color: @gray-dark; + padding-left: .5em; padding: .75em; background-color: @gray-lighter;