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

     1  /*******************************
     2              Image
     3  *******************************/
     4  
     5  /*-------------------
     6         Element
     7  --------------------*/
     8  
     9  @placeholderColor: transparent;
    10  @roundedBorderRadius: 0.3125em;
    11  
    12  @imageHorizontalMargin: 0.25rem;
    13  @imageVerticalMargin: 0.5rem;
    14  @imageBorder: 1px solid rgba(0, 0, 0, 0.1);
    15  
    16  /*-------------------
    17         Types
    18  --------------------*/
    19  
    20  
    21  /* Avatar */
    22  @avatarSize: 2.5em;
    23  @avatarMargin: 0.25em;
    24  
    25  
    26  /*-------------------
    27         Variations
    28  --------------------*/
    29  
    30  /* Floated */
    31  @floatedHorizontalMargin: 1em;
    32  @floatedVerticalMargin: 1em;
    33  
    34  /* Size */
    35  @miniWidth: 20px;
    36  @tinyWidth: 80px;
    37  @smallWidth: 150px;
    38  @mediumWidth: 300px;
    39  @largeWidth: 450px;
    40  @bigWidth: 600px;
    41  @hugeWidth: 800px;
    42  @massiveWidth: 960px;