This commit is contained in:
Diatrex 2020-05-18 18:03:29 +03:00
commit 423a472ddb
2 changed files with 15 additions and 9 deletions

View File

@ -1,12 +1,18 @@
.profile-nav-toggler { .profile-nav-toggler {
position: fixed;
bottom: 10%;
z-index: 1;
button {
color: rgba(0,0,0,.5); color: rgba(0,0,0,.5);
border: 1px solid rgba(0,0,0,.1); border: 0;
padding: .25rem .75rem; padding: .25rem .75rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1; line-height: 1;
background-color: transparent; background-color: #E91E63;
border-radius: .25rem; border-radius: .25rem;
} }
}
.profile-navigation { .profile-navigation {
padding: 1.5rem .25rem; padding: 1.5rem .25rem;

View File

@ -1,5 +1,5 @@
<div class="col-12 navbar-light py-2 d-md-none"> <div class="col-12 navbar-dark py-2 d-md-none profile-nav-toggler">
<button class="profile-nav-toggler" id="navbarSideButton" type="button"> <button class="rounded-circle p-2" id="navbarSideButton" type="button">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
</div> </div>