Sha256: b55d7cf6325f4a0cdfa779901329fb49be3573e6dc2460645566ab331ba498c5

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

//
// FONT FAMILIES
//
$font-family: Source-Sans-Pro, "Segoe UI", Tahoma, sans-serif;
$unicode-font-family: 'Arial Unicode MS', Arial, Tahoma, sans-serif;
$monospace-font-family: "Source Code Sans", Menlo, monospace;
$icon-font-family: FontAwesome;

//
// FONT WEIGHTS
//
$extralight-weight: 200;
$light-weight: 300;
$normal-weight: 400;
$semibold-weight: 600;
$bold-weight: 700;

//
// FONT SIZES
//
$xx-tiny: 8px;
$x-small: 11px;
$small: 12px;
$medium: 14px;
$medium-small: 13px;
$medium-large: 15px;
$x-large: 17px;
$huge: 1.286rem;
$gigantic: 24px;
$icon-size: 16px;

// FORM-SPECIFIC
$uc-form-embiggened-label-font-size: $huge;
$uc-form-embiggened-input-font-size: $huge;

// corresponding line-heights
$small-line-height: 15px;
$medium-line-height: 18px;
$large-line-height: 20px;
$huge-line-height: 27px;


// Spacings
$base-spacing: 8px;
$tiny-spacing: $base-spacing / 2;
$small-spacing: $base-spacing * 1;
$compact-spacing: $base-spacing * 1.5;
$medium-spacing: $base-spacing * 2;
$large-spacing: $base-spacing * 3;
$huge-spacing: $base-spacing * 4;

//
// BORDER SIZES
//
$light-border-width: 1px;
$medium-border-width: 2px;
$large-border-width: 5px;
$huge-border-width: 10px;

$small-border-radius: 5px;
$medium-border-radius: 10px;

//
// BOOTSTRAP POPOVER
//
$popover-title-bg: $white;
$popover-border-color: $light-gray;

//
// BOOTSTRAP DROPDOWN
//
$dropdown-border-color: $light-gray;
$dropdown-divider-bg: $light-gray;
$dropdown-link-color: $dark-gray;
$dropdown-link-hover-color: $dark-gray !default;
$dropdown-link-hover-bg: $lighter-gray;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
undercase-0.2.57 app/assets/stylesheets/undercase/libraries/_constants.scss
undercase-0.2.29 app/assets/stylesheets/undercase/libraries/_constants.scss