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,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 {

View File

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