github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/semantic/src/themes/default/elements/rail.variables (about)

     1  /*******************************
     2              Rail
     3  *******************************/
     4  
     5  /*-------------------
     6         Element
     7  --------------------*/
     8  
     9  @contentSizing: content-box;
    10  @width: 300px;
    11  @height: 100%;
    12  @distance: 4rem;
    13  
    14  /*-------------------
    15        Variations
    16  --------------------*/
    17  
    18  /* Close */
    19  @closeDistance: 2em;
    20  @veryCloseDistance: 1em;
    21  
    22  /* Divided */
    23  @dividedBorder: 1px solid @borderColor;
    24  @dividedDistance: 5rem;
    25  
    26  @medium: 1em;