Add package addons and options

This commit is contained in:
Almira Krdzic
2018-09-06 23:29:29 +02:00
parent 5bef0b9e5e
commit cd5f09487d
25 changed files with 1302 additions and 482 deletions

View File

@@ -12,8 +12,10 @@ $ricohRed: #d2063a;
$greenColor: #34c388;
$shadow-color: rgba(0, 0, 0, 0.07);
$blueColor: #2b6279;
$hoverColor: #F8F8F8;
$lightHoverColor: rgba(126, 126, 126, 0.1);
$hoverColor: #ebebeb;
$lightHoverColor: #f2f2f2;
$accentColor: #f16078;
$boxShadow: rgba(0, 0, 0, 0.1);
@@ -37,6 +39,9 @@ $font-size-normal: 1rem; //16px
$font-size-big: 1.125rem; //18px
$font-size-xbig: 1.5rem;
$font-light-color: rgba(33, 33, 33, 0.54);
$font-strong-color: rgba(33, 33, 33, 0.87);
$open-status-color: #045FB4;
$in-progress-status-color: #FD8049;
$end-of-life-status-color: #34C388;//#800080
@@ -57,5 +62,3 @@ $warm-grey: #7e7e7e;
$info-color: #337ab7;
$danger: #F70D1A;
$warning: #FF8040;
$cart-count-color: #FFD3A1;