updated navbar mobile icon
revise mobile menu icon to be better placed over X remove need for content "_" and font-sizing. based on border-top and border-bottom now gz size 969b
This commit is contained in:
parent
809e87f66c
commit
b6b5195464
1 changed files with 6 additions and 4 deletions
|
@ -68,13 +68,15 @@
|
|||
|
||||
& div:before {
|
||||
background: #000;
|
||||
border-top: 3px solid;
|
||||
border-bottom: 10px double;
|
||||
content: '_';
|
||||
content: '';
|
||||
float: right;
|
||||
font: bold 32px/0 sans-serif; // bold, 32px sans-serif text with a line-height of zero
|
||||
height: 21px;
|
||||
height: 4px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
right: 3px;
|
||||
top: 14px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue