From fbcc7763de4c8e8a7bfbbb02287e40cea64ca42a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 29 Apr 2020 11:35:22 +0300 Subject: [PATCH] Fixed platform UI on mobile screens --- app/views/console/home/index.phtml | 18 +++++++++++++----- public/styles/typography.less | 4 ++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 5a07224f6b..1087776aa6 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -88,7 +88,7 @@ $graph = $this->getParam('graph', false); diff --git a/public/styles/typography.less b/public/styles/typography.less index 57c6a71d6d..dc1e62ed54 100644 --- a/public/styles/typography.less +++ b/public/styles/typography.less @@ -36,6 +36,10 @@ a, .link { border-bottom: none; opacity: .9; } + + &.danger { + color: var(--config-color-danger); + } } b, strong {