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

     1  /*******************************
     2               Nag
     3  *******************************/
     4  
     5  /*--------------
     6     Collection
     7  ---------------*/
     8  
     9  @position: relative;
    10  @width: 100%;
    11  @zIndex: 999;
    12  @margin: 0em;
    13  
    14  @background: #555555;
    15  @opacity: 0.95;
    16  @minHeight: 0em;
    17  @padding: 0.75em 1em;
    18  @lineHeight: 1em;
    19  @boxShadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    20  
    21  @fontSize: 1rem;
    22  @textAlign: center;
    23  @color: @textColor;
    24  
    25  @transition: 0.2s background ease;
    26  
    27  
    28  /*--------------
    29      Elements
    30  ---------------*/
    31  
    32  /* Title */
    33  @titleColor: @white;
    34  @titleMargin: 0em 0.5em;
    35  
    36  @closeSize: 1em;
    37  @closeMargin: (-@closeSize / 2) 0em 0em;
    38  @closeTop: 50%;
    39  @closeRight: 1em;
    40  @closeColor: @white;
    41  @closeTransition: opacity 0.2s ease;
    42  @closeOpacity: 0.4;
    43  
    44  
    45  /*--------------
    46        States
    47  ---------------*/
    48  
    49  /* Hover */
    50  @nagHoverBackground: @background;
    51  @nagHoverOpacity: 1;
    52  
    53  @closeHoverOpacity: 1;
    54  
    55  /*--------------
    56     Variations
    57  ---------------*/
    58  
    59  /* Top / Bottom */
    60  @top: 0em;
    61  @bottom: 0em;
    62  @borderRadius: @defaultBorderRadius;
    63  @topBorderRadius: 0em 0em @borderRadius @borderRadius;
    64  @bottomBorderRadius: @borderRadius @borderRadius 0em 0em;
    65  
    66  /* Inverted */
    67  @invertedBackground: @darkWhite;
    68  
    69  /*--------------
    70        Plural
    71  ---------------*/
    72  
    73  @groupedBorderRadius: 0em;
    74