From e7aea7f0d350812599b2640fc9d6dec770246e15 Mon Sep 17 00:00:00 2001 From: Solene Desvaux Date: Fri, 8 Jul 2022 15:25:06 +0200 Subject: [PATCH] Bug 30952: update main menu --- .../prog/css/src/staff-global.scss | 81 ++++++++++--------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 0395a8e182..be5aa7f7e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -113,6 +113,47 @@ a { } } + &.settings{ + i, img{ + text-align: center; + color: #71B443; + border: solid 3px #71B443; + border-radius: 50%; + background-color: transparent; + width: 40px; + height: 40px; + margin-bottom: 5px; + margin-left: auto; + margin-right: auto; + padding: 5px; + align-items: center; + justify-content: center; + -webkit-box-sizing: content-box; + box-sizing: content-box; + display: flex; + + } + + &:hover{ + color: #418940; + text-decoration: none; + font-weight: bold; + + i, img{ + border-color: #418940; + background-color: transparent; + color: #418940; + } + + } + + img{ + max-width: 30px; + height: auto; + padding: 10px; + } + } + &.csv { background-image: url("../img/famfamfam/silk/page_white_excel.png"); } @@ -881,46 +922,6 @@ div { } } -.settings{ - i, img{ - text-align: center; - color: #71B443; - border: solid 3px #71B443; - border-radius: 50%; - background-color: transparent; - width: 40px; - height: 40px; - margin-bottom: 5px; - margin-left: auto; - margin-right: auto; - padding: 5px; - align-items: center; - justify-content: center; - -webkit-box-sizing: content-box; - box-sizing: content-box; - display: flex; - - } - - &:hover{ - color: #418940; - text-decoration: none; - font-weight: bold; - - i, img{ - border-color: #418940; - color: #418940; - } - - } - - img{ - max-width: 30px; - height: auto; - padding: 10px; - } -} - .home-page{ text-align: center; text-decoration: none; -- 2.17.1