From eb7ff9a5ff6aae2581efde8e45b9fbb155ab098f Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Mon, 3 Apr 2023 19:32:22 +0400 Subject: [PATCH] Change of color and hover effect of x - action button for closing the modals [SCI-8140] --- app/assets/stylesheets/extend/bootstrap.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index 7399d889a..965c37a22 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -128,6 +128,7 @@ } .close { + color: $color-volcano; line-height: 25px; margin: 0; @@ -135,6 +136,10 @@ border: 0; outline: 0; } + + &:hover, &:focus { + opacity: 0.2; + } } } }