Просмотр исходного кода

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
Scott O'Hara 11 лет назад
Родитель
Сommit
b6b5195464
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      sass/_navbar.scss

+ 6 - 4
sass/_navbar.scss

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