mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
423a472ddb
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user