mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Adjustments to hamburger menu button
This commit is contained in:
parent
5b5cfd84f1
commit
d73afc4760
1 changed files with 15 additions and 15 deletions
|
@ -219,21 +219,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-Nav{
|
|
||||||
background:#30424B;
|
|
||||||
display:none;
|
|
||||||
position:fixed;
|
|
||||||
right:0;
|
|
||||||
top:0;
|
|
||||||
width:50px;
|
|
||||||
z-index:9999;
|
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
|
||||||
display:block
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Top nav area
|
// Top nav area
|
||||||
.header-Nav{
|
.header-Nav{
|
||||||
background:#5e95a1;
|
background:#5e95a1;
|
||||||
|
@ -288,6 +273,21 @@
|
||||||
&.selected, &:active{background:#528995; text-decoration:underline}
|
&.selected, &:active{background:#528995; text-decoration:underline}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.small-Nav{
|
||||||
|
display:none;
|
||||||
|
position:fixed;
|
||||||
|
right:0;
|
||||||
|
top:0;
|
||||||
|
width:50px;
|
||||||
|
height:36px;
|
||||||
|
z-index:9999;
|
||||||
|
padding: 5px 12px 0px 12px;
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.notification-value {
|
.notification-value {
|
||||||
background: $c-Brand-1;
|
background: $c-Brand-1;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue