diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 6a578d102..046aa58e4 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -558,6 +558,19 @@ p { } } +.btn-cancel-iframe { + position: relative; + text-align: right; + opacity: 0.5; + &:hover { + opacity: 1; + } + a { + padding: 10px; + display: inline-block; + } +} + @media (max-width: 1199px) { .masthead { diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 3e1dc3a39..61db86669 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -29,6 +29,7 @@
+ {% if not request|has_iframe %} {% block navigation %}