mirror of
https://github.com/jgthms/bulma
synced 2026-03-25 22:39:36 -07:00
Add nav, Enhance tabs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.delete
|
||||
+unselectable
|
||||
@extend .unselectable
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
background: rgba($black, 0.2)
|
||||
@@ -56,9 +56,9 @@
|
||||
.hamburger
|
||||
cursor: pointer
|
||||
display: block
|
||||
height: 50px
|
||||
height: $nav-height
|
||||
position: relative
|
||||
width: 50px
|
||||
width: $nav-height
|
||||
span
|
||||
background: $text
|
||||
display: block
|
||||
@@ -92,9 +92,6 @@
|
||||
margin-left: -5px
|
||||
transform: rotate(-45deg)
|
||||
transform-origin: left bottom
|
||||
+tablet
|
||||
height: $header-height
|
||||
width: $header-height
|
||||
|
||||
.heading
|
||||
display: block
|
||||
@@ -180,3 +177,11 @@
|
||||
.delete
|
||||
margin-left: 4px
|
||||
margin-right: -8px
|
||||
|
||||
.unselectable
|
||||
-webkit-touch-callout: none
|
||||
-webkit-user-select: none
|
||||
-moz-user-select: none
|
||||
-ms-user-select: none
|
||||
user-select: none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user