From a2bdf7b18590cc6b46ba32b87841d167e48753f3 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 6 Jun 2018 21:40:35 +0800 Subject: [PATCH] fix(home): fixed home notice message css --- modules/core/client/less/home.less | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/modules/core/client/less/home.less b/modules/core/client/less/home.less index a2c17c02..ee978f96 100644 --- a/modules/core/client/less/home.less +++ b/modules/core/client/less/home.less @@ -40,14 +40,29 @@ .sales_notice { background-color: @brand-success; + background-color: rgba(92, 184, 92, 0.85); + &:hover { + background-color: @brand-success; + background-color: rgba(92, 184, 92, 0.95); + } } .examination_notice { background-color: @brand-danger; + background-color: rgba(217, 83, 79, 0.85); + &:hover { + background-color: @brand-danger; + background-color: rgba(217, 83, 79, 0.95); + } } .examination_status { background-color: @brand-danger; + background-color: rgba(217, 83, 79, 0.85); + &:hover { + background-color: @brand-danger; + background-color: rgba(217, 83, 79, 0.95); + } @media (min-width: @screen-sm-min) { dl { font-size: 16px; @@ -121,10 +136,10 @@ } .check-in-btn { margin-top: 7px; - @media(max-width: @screen-sm-max){ + @media (max-width: @screen-sm-max) { margin-top: 20px; } - @media(max-width: @screen-xs-max){ + @media (max-width: @screen-xs-max) { margin: 15px 0; } }