diff --git a/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss b/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss index aee4b71ff..002ca0320 100644 --- a/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss +++ b/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss @@ -1,11 +1,17 @@ .profile-nav-toggler { - color: rgba(0,0,0,.5); - border: 1px solid rgba(0,0,0,.1); - padding: .25rem .75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border-radius: .25rem; + position: fixed; + bottom: 10%; + z-index: 1; + + button { + color: rgba(0,0,0,.5); + border: 0; + padding: .25rem .75rem; + font-size: 1.25rem; + line-height: 1; + background-color: #E91E63; + border-radius: .25rem; + } } .profile-navigation { diff --git a/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig b/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig index e9833916c..77a5cb711 100644 --- a/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig +++ b/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig @@ -1,5 +1,5 @@ -