• arturo's avatar
    [layout] split view UI enhancement · 1cf9249e
    arturo authored
    * #314: Folder View: Split Horizontal / Vertical for folder or code views
    * Sidebar UI/UX enhancement
    * SASS members addition for left/right handling
    * link handling hook interface
    1cf9249e
_menu.sass 1.09 KB
@use "./abstract/_members" as *

/* styles for menu.html template (navbar etc) */

/* #dafixedtop .navbar-text, #graphsfixedtop .navbar-text
/*     margin: 0
/*     padding-top: 15px
/*     padding-bottom: 15px
/*     float: none

#dafixedtop
  position: sticky
  top: 0
  left: 0
  right: 0
  // correction for the popover
  z-index: 910

#corporatop.nav-tabs > li
    padding-left: 1
    padding-right: 1

#corporatop.nav-tabs > li > a
    padding-top: 8
    padding-bottom: 8
    line-height: .85
    margin-bottom: -5px

.spacing-class
  margin-right: 10px

.exportbtn
    /* border: 1px solid #333 */
    margin-top:17px /* valigns with bootstrap h2 */

.btn .glyphicon
    /* glyphicons are always rendered too high within bootstrap buttons */
    vertical-align: middle


/* graph name => editable input => submitName() => minimsg */
.editable
    color: grey

#graphname-edit
    color: white
    background-color: transparent
    border: none
    max-width: 8em

.minimsg
  font-size: .7em
  padding: 7p0x 9px

.minimsg *
  line-height: 100%

.tile-menu

  &__item

    .fa
      margin-right: space-x(1)