@@ -, +, @@ --- .../intranet-tmpl/prog/css/src/staff-global.scss | 30 ++++++++-------------- 1 file changed, 11 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1791,30 +1791,22 @@ i { text-align: right; } } -} - -.alert, -.error { - background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%); - border: 1px solid #E0C726; - color: inherit; - text-align: center; - text-shadow: none; - strong { - color: #900; - } + &.alert, + &.error { + background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%); + border: 1px solid #E0C726; + color: inherit; + text-align: center; + text-shadow: none; - // Redefine a new style for Bootstrap's class "close" since we use that already - // Use × - .closebtn { - line-height: 20px; - position: relative; - right: -21px; - top: -2px; + strong { + color: #900; + } } } + .approve, .success { i { --