Skip to content

Commit 2212dcb

Browse files
committed
Added box-shadow to back-to-top btn
1 parent 77b629d commit 2212dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bundle/Resources/public/scss/_back-to-top.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
opacity: 0;
1212
visibility: hidden;
1313
transition: opacity $ibexa-admin-transition-duration $ibexa-admin-transition;
14+
box-shadow: $ibexa-edit-header-box-shadow;
1415

1516
&--visible {
1617
opacity: 1;

0 commit comments

Comments
 (0)