summaryrefslogtreecommitdiff
path: root/src/env/assets/styles/_intel.scss
blob: 37869ee783b5a3240af398c2fbcf73a7a7adc053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@font-face {
  font-family: "Intel Clear";
  src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

$font-family-base: "Intel Clear", "Helvetica Neue", Helvetica, Arial, sans-serif;

$intel-blue: #0071c5;
$light-blue: #00aeef;
$pale-blue: #7ed3f7;

$primary: $intel-blue;

$red: #ed1c24;
$orange: #ffa300;
$yellow: #f3d54e;
$green: #c4d600;
$cyan: $light-blue;
$gray: #939598;
$dark-gray: #53565a;
$light-gray: #B1BABF;
$black: #000000;
$white: #ffffff;

$danger: #ED1c24;
$success: #a6ce39;
$warning: #FDB813;

$loading-color: $black;
$navbar-color: $intel-blue;

.status-icon.secondary {
  fill: $light-gray !important;
}