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

     1  /*******************************
     2               Sidebar
     3  *******************************/
     4  
     5  /*-------------------
     6         Content
     7  --------------------*/
     8  
     9  /* Animation */
    10  @perspective: 1500px;
    11  @duration: 500ms;
    12  @easing: ease;
    13  
    14  /* Dimmer */
    15  @dimmerColor: rgba(0, 0, 0, 0.4);
    16  @dimmerTransition:
    17    transform @duration,
    18    opacity @duration
    19  ;
    20  
    21  /* Color below page */
    22  @canvasBackground: @lightBlack;
    23  
    24  /* Shadow */
    25  @boxShadow: 0px 0px 20px @borderColor;
    26  @horizontalBoxShadow: @boxShadow;
    27  @verticalBoxShadow: @boxShadow;
    28  
    29  /* Layering */
    30  @bottomLayer: 1;
    31  @middleLayer: 2;
    32  @fixedLayer: 101;
    33  @topLayer: 102;
    34  @dimmerLayer: 1000;
    35  
    36  /*-------------------
    37        Variations
    38  --------------------*/
    39  
    40  /* Width */
    41  @veryThinWidth: 60px;
    42  @thinWidth: 150px;
    43  @width: 260px;
    44  @wideWidth: 350px;
    45  @veryWideWidth: 475px;
    46  
    47  /* Height */
    48  @height: 36px;