Lines Matching +full:energy +full:-
1 @font-face {
2 font-family: "Intel Clear";
3 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff")
5 font-weight: 200;
6 font-style: normal;
8 @font-face {
9 font-family: "Intel Clear";
10 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff")
12 font-weight: 400;
13 font-style: normal;
15 @font-face {
16 font-family: "Intel Clear";
17 src: url("~@/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff")
19 font-weight: 700;
20 font-style: normal;
23 $font-family-base: "Intel Clear", "Helvetica Neue", Helvetica, Arial, sans-serif;
25 $classic-blue: #0068B5;
26 $energy-blue: #00C7FD;
28 $primary: $classic-blue;
34 $cyan: $energy-blue;
36 $dark-gray: #808080;
37 $light-gray: #E9E9E9;
46 $gray-100: $white;
48 $loading-color: $warning;
49 $navbar-color: $classic-blue;
51 .status-icon.secondary {
52 fill: $light-gray !important;
55 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
56 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
57 .custom-control-input:checked ~ .custom-control-label::before {
58 background-color: $primary !important;