Extend integration of approve plugin

This commit is contained in:
Anna Dabrowska 2026-02-13 17:42:31 +01:00
parent 40641dd6f0
commit 434e76cf75
6 changed files with 82 additions and 13 deletions

View file

@ -557,3 +557,13 @@ form {
border: 1pt solid @border-dark-print;
}
}
/*
* Plugins
*/
/* * * * approve * * * */
#plugin__approve {
// we hide the banner with JS, make it visible again in print
display: block !important;
}