Graph.sass 590 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#graph-explorer
  #toolbar
    display: flex
    flex-direction: column

    ul
      display: flex
      flex-direction: row
      li
        display: flex
        max-width: 200px
12 13

  #sp-container
14 15 16 17
    position: absolute
    left: 83%
    top: 150px
    z-index: 1
18 19 20 21 22 23 24 25 26 27
    border: 1px white solid
    background-color: white

    #myTab
      marginBottom: 18px
      marginTop: 18px

    #myTabContent
      borderBottom: 1px solid black
      paddingBottom : 19px
28 29 30 31 32

    #horizontal-checkbox
      ul
        display: inline
        float : left
33 34 35

  #tree
    position: absolute
36
    z-index: 1