bfg-common 1.3.88 → 1.3.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
--global-font-color6: #{$--grey-800};
|
|
12
12
|
--global-font-color7: #{$--grey-900};
|
|
13
13
|
--global-font-color8: #{$--grey-100};
|
|
14
|
+
--global-font-color9: #{$--grey-200};
|
|
14
15
|
--global-border-color: #ccc;
|
|
15
16
|
--global-border-colo2: #{$--grey-100};
|
|
16
17
|
--global-bg-color: #{$white};
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
--block-view-bg-color5: #{$white};
|
|
26
27
|
--block-view-bg-color6: #{$light-grey-150};
|
|
27
28
|
--block-border-color: #{$--grey-850};
|
|
29
|
+
--block-border-color2: #{$--grey-850};
|
|
28
30
|
|
|
29
31
|
--main-color-mode: #{$black};
|
|
30
32
|
|
|
@@ -128,6 +130,7 @@
|
|
|
128
130
|
--global-font-color4: #{$light-white-100};
|
|
129
131
|
--global-font-color5: #{$light-black};
|
|
130
132
|
--global-font-color8: #{$white};
|
|
133
|
+
--global-font-color9: #{$light-blue-100};
|
|
131
134
|
--global-border-color: #495865;
|
|
132
135
|
--global-border-colo2: #{$light-white-100};
|
|
133
136
|
--global-bg-color: #17242b;
|
|
@@ -142,6 +145,7 @@
|
|
|
142
145
|
--block-view-bg-color5: #{$--blue-700};
|
|
143
146
|
--block-view-bg-color6: #{$--blue-700};
|
|
144
147
|
--block-border-color: #{$black};
|
|
148
|
+
--block-border-color2: #{$--blue-960};
|
|
145
149
|
|
|
146
150
|
--main-color-mode: #{$light-white};
|
|
147
151
|
|
|
@@ -12,6 +12,7 @@ $light-grey-100: #e8e8e8;
|
|
|
12
12
|
$light-grey-150: #e7ebef;
|
|
13
13
|
|
|
14
14
|
$light-blue: #d8e3e9;
|
|
15
|
+
$light-blue-100: #adbbc4;
|
|
15
16
|
|
|
16
17
|
$--grey-100: #565656;
|
|
17
18
|
$--grey-150: #575757;
|
|
@@ -23,7 +24,7 @@ $--grey-900: #ededed;
|
|
|
23
24
|
|
|
24
25
|
$--blue-100: #0079b8;
|
|
25
26
|
$--blue-150: #0072a3;
|
|
26
|
-
$--blue-200: #
|
|
27
|
+
$--blue-200: #49afd9;
|
|
27
28
|
$--blue-250: #4aaed9;
|
|
28
29
|
$--blue-700: #1b2a32;
|
|
29
30
|
$--blue-750: #21333b;
|
|
@@ -32,7 +33,8 @@ $--blue-850: #28404d;
|
|
|
32
33
|
$--blue-900: #31454e;
|
|
33
34
|
$--blue-950: #324f61;
|
|
34
35
|
|
|
35
|
-
|
|
36
|
+
$--blue-960: #485764;
|
|
37
|
+
$--blue-970: #566471;
|
|
36
38
|
|
|
37
39
|
$--red-50: #a32100;
|
|
38
40
|
$--red-100: #c72100;
|
|
@@ -40,5 +42,3 @@ $--red-150: #c92100;
|
|
|
40
42
|
$--red-200: #e12200;
|
|
41
43
|
$--red-300: #f55047;
|
|
42
44
|
$--red-400: #ff6961;
|
|
43
|
-
|
|
44
|
-
|
|
@@ -38,24 +38,24 @@ const blockTitleWidth = computed(() => ({ width: `${props.width - 2}px` }))
|
|
|
38
38
|
border-style: solid;
|
|
39
39
|
border-image: initial;
|
|
40
40
|
background: var(--block-view-bg-color5);
|
|
41
|
-
border-color:
|
|
41
|
+
border-color: var(--block-border-color2);
|
|
42
42
|
}
|
|
43
43
|
&__title {
|
|
44
44
|
display: inline-block;
|
|
45
45
|
flex: 0 0 auto;
|
|
46
46
|
background-color: var(--block-view-bg-color6);
|
|
47
|
-
border-bottom: 1px solid
|
|
47
|
+
border-bottom: 1px solid var(--block-border-color2);
|
|
48
48
|
padding: 8px;
|
|
49
49
|
white-space: nowrap;
|
|
50
50
|
overflow: hidden !important;
|
|
51
51
|
text-overflow: ellipsis;
|
|
52
52
|
|
|
53
53
|
b {
|
|
54
|
-
font-
|
|
54
|
+
font-family: Metropolis, Avenir Next, Helvetica Neue, Arial, sans-serif;
|
|
55
55
|
font-size: 13px;
|
|
56
|
+
color: var(--global-font-color9);
|
|
57
|
+
font-weight: bolder;
|
|
56
58
|
letter-spacing: normal;
|
|
57
|
-
font-family: Metropolis, Avenir Next, Helvetica Neue, Arial, sans-serif;
|
|
58
|
-
color: #666;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
&__body {
|