Lungo.layout.nav.styl 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Layout
  5. * @class Nav
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import "import/constants.styl"
  10. @import "import/vendor.styl"
  11. nav
  12. &.groupbar, footer &
  13. display-box()
  14. box-pack(justify)
  15. & > a
  16. box-flex(1)
  17. header &
  18. & a
  19. padding: 0px 10px !important
  20. z-index: 1000
  21. float: left
  22. & a.button
  23. margin: 6px 2px 0 2px
  24. font-size: FONT_SIZE_SMALL
  25. line-height: 30px
  26. & > .icon
  27. font-size: 1.3em
  28. height: 18px
  29. display: inline-block
  30. &.right a.button:last-child
  31. margin-right: 6px
  32. &:not(.right) a.button:first-child
  33. margin-left: 6px
  34. & a:not(.button)
  35. height: HEADER_FOOTER_HEIGHT
  36. & > .icon
  37. font-size: 1.7em
  38. & .tag
  39. position: relative
  40. top: -12px
  41. left: -12px
  42. margin-right: -20px
  43. & abbr
  44. font-size: FONT_SIZE_SMALL
  45. font-weight: 700
  46. & .icon ~ abbr
  47. margin-left: 4px
  48. float: right
  49. & .loading
  50. margin-top: .5em
  51. font-size: 1.6em
  52. & + .icon
  53. display: none
  54. &.groupbar
  55. position: absolute
  56. top: HEADER_FOOTER_HEIGHT
  57. height: HEADER_GROUPBAR_HEIGHT
  58. width: 100%
  59. z-index: 2
  60. line-height: HEADER_GROUPBAR_HEIGHT
  61. & > a
  62. padding: 0px
  63. margin: 0px
  64. height: HEADER_GROUPBAR_HEIGHT !important
  65. display: block
  66. text-align: center
  67. & .icon
  68. font-size: 1.0em
  69. margin-right: 2px
  70. & .tag
  71. padding: 1px 3px 3px 3px
  72. position: relative
  73. top: -1px
  74. left: 2px
  75. footer &
  76. & a
  77. text-align: center
  78. display: block
  79. padding: 0
  80. height: HEADER_FOOTER_HEIGHT
  81. & .icon
  82. font-size: 2.0em !important
  83. line-height: HEADER_FOOTER_HEIGHT
  84. width: 32px
  85. display: inline-block
  86. & .tag
  87. top: -42px
  88. left: 4px
  89. padding: 1px 3px 3px 3px
  90. & .loading
  91. top: 0
  92. font-size: 1.4em
  93. abbr
  94. display: none
  95. & .tag
  96. position: relative
  97. top: -12px
  98. left: -12px
  99. margin-right: -20px
  100. &.with-labels
  101. & .icon
  102. line-height: 36px
  103. & abbr
  104. display: block !important
  105. margin-top: -8px
  106. z-index: 1
  107. font-size: 11px
  108. line-height: 14px
  109. overflow: hidden
  110. white-space: nowrap
  111. text-overflow: ellipsis