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 {
|
.profile-nav-toggler {
|
||||||
color: rgba(0,0,0,.5);
|
position: fixed;
|
||||||
border: 1px solid rgba(0,0,0,.1);
|
bottom: 10%;
|
||||||
padding: .25rem .75rem;
|
z-index: 1;
|
||||||
font-size: 1.25rem;
|
|
||||||
line-height: 1;
|
button {
|
||||||
background-color: transparent;
|
color: rgba(0,0,0,.5);
|
||||||
border-radius: .25rem;
|
border: 0;
|
||||||
|
padding: .25rem .75rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
line-height: 1;
|
||||||
|
background-color: #E91E63;
|
||||||
|
border-radius: .25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-navigation {
|
.profile-navigation {
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user