Sha256: 529bf72de52f06245c045d375c34d40ec3ae88ba9a39301e4f115d51dc857cf6

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

/*-------------------
   Button Variables
--------------------*/

/* Button Variables */
@pageFont: 'Source Sans Pro', Arial, sans-serif;

@textTransform: none;
@fontWeight: @normal;
@textColor: #333333;

@verticalPadding: 1.1em;
@horizontalPadding: 2.5em;
@invertedBorderSize: 3px;

@basicBorderRadius: 0.4em;
@basicFontWeight: bold;
@basicTextTransform: uppercase;

@blue: #4A88CB;
@primaryColor: @blue;

@borderRadius: 0.25em;

@backgroundColor: #E6EAED;
@backgroundImage: none;
@boxShadow: none;

@hoverBackgroundColor: #DDDDDD;
@hoverBackgroundImage: none;
@hoverBoxShadow: none;

@downBackgroundColor: #D0D0D0;
@downBackgroundImage: none;
@downBoxShadow: none;

@activeBackgroundColor: #CCCCCC;
@activeBackgroundImage: none;
@activeBoxShadow: none;

@verticalBoxShadow: none;

@loadingBackgroundColor: #F0F0F0;

@compactVerticalPadding: (@verticalPadding * 0.5);
@compactHorizontalPadding: (@horizontalPadding * 0.5);

@labeledIconBackgroundColor: transparent;

@mini: 0.7rem;
@tiny: 0.75rem;
@small: 0.8rem;
@medium: 0.92rem;
@large: 1rem;
@big: 1.125rem;
@huge: 1.2rem;
@massive: 1.3rem;

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rbbt-rest-1.8.126 share/views/public/plugins/semantic-ui/src/themes/chubby/elements/button.variables
less-rails-semantic_ui-2.3.1.0 assets/stylesheets/semantic_ui/themes/chubby/elements/button.variables