Sha256: e70cb7c5e8488ee12cb350316cffdf93389d45dc5acea80cc2245f296052b52a

Contents?: true

Size: 1.71 KB

Versions: 18

Compression:

Stored size: 1.71 KB

Contents

/* ==== Color Variables ==== */

/* Brand Color */
$brand-color: #6554E0;

/* Semantic Color */
$informative-clr: #2F80ED;
$error-clr: #F83636;
$warning-clr: #FFC845;
$positive-clr: #30C39E;
$disabled-clr: #9CA7AE;

/* Blue Colors */
$blue-regular-clr: #2F80ED;
$blue-light-clr: #CDE1FB;
$blue-lightest-clr: #EEF5FE;

/* Red Colors */
$red-regular-clr: #F83636;
$red-light-clr: #FDCFCF;
$red-lightest-clr: #FEEFEF;

/* Yellow Colors */
$yellow-regular-clr: #FFC845;
$yellow-light-clr: #FFEFC7;
$yellow-lightest-clr: #FFF8E9;

/* Green Colors */
$green-regular-clr: #30C39E;
$green-light-clr: #C1EDE2;
$green-lightest-clr: #EEFAF7;

/* Grey Colors */
$grey-regular-clr: #C7CED5;
$grey-light-clr: #D9DEE3;
$grey-lighter-clr: #F3F4F6;
$grey-lightest-clr: #F8F9FA;
$grey-dark-clr: #828282;

/* Ink Colors */
$ink-regular-clr: #1D2129;
$ink-light-clr: #3B4352;
$ink-lighter-clr: #6B7586;
$ink-lightest-clr: #9CA7AE;

/* Text Colors */
$primary-text-clr: #1D2129;
$subdued-text-clr: #D9DEE3;

/* Common Colors */
$white: #FFFFFF;
$black: #000000;

// Gradient Colors
$gradient-one: linear-gradient(270deg, $grey-lighter-clr 81.75%, rgba(243, 244, 246, 0) 100%);
$cta-hover-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), $brand-color;

/* Typography */
$primary-font: 'Open Sans', sans-serif;
$font-size: (
  24: 24px,
  18: 18px,
  16: 16px,
  14: 14px,
  12: 12px
);
$t1-text: 20px;
$t2-text: 18px;
$t3-text: 16px;
$t4-text: 14px;
$t5-text: 13px;
$t6-text: 12px;

/* font weights */
$font-weight: (
  "regular": 400,
  "medium": 500,
  "bold": 600,
  "bolder": 900
);

/* Border-radius */
$radius-0: 0;
$radius-1: 1px;
$radius-2: 2px;
$radius-3: 3px;
$radius-4: 4px;
$radius-5: 5px;
$radius-6: 6px;
$radius-8: 8px;
$circle: 50%;

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cm-admin-1.1.7 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.6 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.5 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.4 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.3 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.2 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.1 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.1.0 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.9 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.8 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.7 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.6 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.5 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.3 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.2 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-1.0.0 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-0.9.1 app/assets/stylesheets/cm_admin/helpers/_variable.scss
cm-admin-0.9.0 app/assets/stylesheets/cm_admin/helpers/_variable.scss