diff --git a/Web/Areas/Admin/Views/SurveyAnalysis/Analysis.cshtml b/Web/Areas/Admin/Views/SurveyAnalysis/Analysis.cshtml index d076465..d3f21d2 100644 --- a/Web/Areas/Admin/Views/SurveyAnalysis/Analysis.cshtml +++ b/Web/Areas/Admin/Views/SurveyAnalysis/Analysis.cshtml @@ -21,11 +21,9 @@ } #Errocard{ - - - box-shadow: 0px 0px 8px -1px rgba(20,101,230,1); - -webkit-box-shadow: 0px 0px 8px -1px rgba(20,101,230,1); - border-radius: 10px; + box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + -webkit-box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + border-radius: 5px; background-color: 0px 0px 8px -1px rgba(20,101,230,1); height: auto; @@ -35,17 +33,34 @@ } .Errocard { - box-shadow: 0px 0px 8px -1px rgba(20,101,230,1); - -webkit-box-shadow: 0px 0px 8px -1px rgba(20,101,230,1); - border-radius: 10px; + box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + -webkit-box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + border-radius: 5px; } - rect{ + /* rect{ - border-radius:10px !important; + border-radius:5px !important; + background-color:transparent !important; + } */ + + body { + font-family: "Poppins", Arial, sans-serif; + font-size: 14px; + line-height: 1.8; + font-weight: normal; + background: #ffffff; + color: gray; } + img{ + box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + -webkit-box-shadow: 0px 0px 13px 0px rgb(20 101 230 / 35%); + border-radius: 5px; + background-color: 0px 0px 8px -1px rgba(20,101,230,1); + height: auto; + }