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

     1  /*******************************
     2              Divider
     3  *******************************/
     4  
     5  /*-------------------
     6         Element
     7  --------------------*/
     8  
     9  @margin: 1rem 0rem;
    10  
    11  @highlightWidth: 1px;
    12  @highlightColor: rgba(255, 255, 255, 0.2);
    13  
    14  @shadowWidth: 1px;
    15  @shadowColor: rgba(0, 0, 0, 0.1);
    16  
    17  /* Text */
    18  @letterSpacing: 0.05em;
    19  @fontWeight: bold;
    20  @color: @darkTextColor;
    21  @textTransform: uppercase;
    22  
    23  /*-------------------
    24         Coupling
    25  --------------------*/
    26  
    27  /* Icon */
    28  @dividerIconSize: 1rem;
    29  @dividerIconMargin: 0rem;
    30  
    31  
    32  /*******************************
    33           Variations
    34  *******************************/
    35  
    36  /* Horizontal / Vertical */
    37  @horizontalMargin: '';
    38  @horizontalDividerMargin: 1em;
    39  @horizontalRulerOffset: ~"calc(-50% - "(@horizontalDividerMargin)~")";
    40  
    41  @verticalDividerMargin: 1rem;
    42  @verticalDividerHeight: ~"calc(100% - "(@verticalDividerMargin)~")";
    43  
    44  /* Inverted */
    45  @invertedTextColor: @white;
    46  @invertedHighlightColor: rgba(255, 255, 255, 0.15);
    47  @invertedShadowColor: rgba(0, 0, 0, 0.15);
    48  
    49  /* Section */
    50  @sectionMargin: 2rem;
    51  
    52  
    53  /* Sizes */
    54  @medium: 1rem;