diff --git a/css/backoffice/utils/helpers/_misc.scss b/css/backoffice/utils/helpers/_misc.scss index 3e2605709..25b46bffe 100644 --- a/css/backoffice/utils/helpers/_misc.scss +++ b/css/backoffice/utils/helpers/_misc.scss @@ -40,6 +40,14 @@ $ibo-sticky-sentinel-bottom--height: $ibo-sticky-sentinel--height !default; display: none !important; /* Note: !important is necessary as it needs to overload any standard rules */ } +.ibo-is-transparent { + opacity: 0 !important; /* Note: !important is necessary as it needs to overload any standard rules */ +} + +.ibo-is-opaque { + opacity: 1 !important; /* Note: !important is necessary as it needs to overload any standard rules */ +} + /****************************/ /* Disposition / alignement */ /****************************/