halleyx-ui-framework 11.3.16 → 11.3.18

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.
@@ -0,0 +1,61 @@
1
+ /*/* Element Chalk Variables */
2
+ /* Color
3
+ -------------------------- */
4
+ /*Primary colors*/
5
+ /*success colors*/
6
+ /*warning colors*/
7
+ /*error colors*/
8
+ /*info colors*/
9
+ /*link colors*/
10
+ /*disable colors*/
11
+ /*Borders*/
12
+ /*variables*/
13
+ /*Fonts*/
14
+ /*changed as border-color*/
15
+ /*changed as border-color-light*/
16
+ /*changed as border-color-light*/
17
+ /*changed as border-color-lighter*/
18
+ /*changed as border-color-dark*/
19
+ /*Testing
20
+ $--dev:$dev;
21
+ */
22
+ /*changed as text-color-primary*/
23
+ /*changed as color-sidebar*/
24
+ /*changed as text-color-tree*/
25
+ /*changed as border-radius*/
26
+ /*changed as border-radius-round*/
27
+ /* Standard font styles */
28
+ /*changed as font-type-tittle*/
29
+ /*changed as font-type-content*/
30
+ /*changed as icon-size-xs*/
31
+ /*changed as icon-size-sm*/
32
+ /*changed as icon-size-md*/
33
+ /*changed as icon-size-lg*/
34
+ /*changed as icon-size-xl*/
35
+ /*changed as icon-size-tittle*/
36
+ /* Standard header font styles */
37
+ /*changed as font-header-size-xxl*/
38
+ /*changed as font-header-size-xl*/
39
+ /*changed as font-header-size-lg*/
40
+ /*changed as font-header-size*/
41
+ /*changed as font-header-size-sm*/
42
+ /*line-height*/
43
+ /*changed as line-height-tittle*/
44
+ /*changed as line-height-tittle*/
45
+ /*changed as line-height-tittle*/
46
+ /*changed as line-height-tittle*/
47
+ /*changed as line-height-tittle*/
48
+ /*changed as line-height-tittle*/
49
+ /* Standard content font styles */
50
+ /*changed as font-content-size-xl*/
51
+ /*changed as font-content-size-lg*/
52
+ /*changed as font-content-size*/
53
+ /*changed as font-content-size-sm*/
54
+ /*changed as font-content-xs*/
55
+ .right-panel {
56
+ font-family: OpenSans;
57
+ }
58
+
59
+ .left-panel {
60
+ font-family: OpenSans;
61
+ }/*# sourceMappingURL=var.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["var.scss","var.css"],"names":[],"mappings":"AAEA,8BAAA;AAMA;4BAAA;AAqDA,iBAAA;AAKA,iBAAA;AAIA,iBAAA;AAIA,eAAA;AAIA,cAAA;AAIA,cAAA;AAIA,iBAAA;AA2BA,UAAA;AAWA,YAAA;AA8CA,QAAA;AAqBwB,0BAAA;AAEU,gCAAA;AAElB,gCAAA;AAEM,kCAAA;AAED,+BAAA;AAkDrB;;GAAA;AAIsB,gCAAA;AAEG,2BAAA;AAEI,6BAAA;AAUR,2BAAA;AAEQ,iCAAA;AAE7B,yBAAA;AAEwB,8BAAA;AAEC,+BAAA;AAET,0BAAA;AAEG,0BAAA;AAED,0BAAA;AAEF,0BAAA;AAEG,0BAAA;AAEM,8BAAA;AAEzB,gCAAA;AAEqB,kCAAA;AAEA,iCAAA;AAEH,iCAAA;AAEG,8BAAA;AAEC,iCAAA;AACtB,cAAA;AACwB,gCAAA;AACG,gCAAA;AACD,gCAAA;AACD,gCAAA;AACC,gCAAA;AACC,gCAAA;AAC3B,iCAAA;AAEqB,kCAAA;AAEC,kCAAA;AAEJ,+BAAA;AAEI,kCAAA;AAED,6BAAA;AAErB;EACE,qBA7Ca;AC3Nf;;AD0QA;EACE,qBAhDa;ACvNf","file":"var.css"}
@@ -108,8 +108,8 @@ input[type='password'] {
108
108
  // background: white;
109
109
  position: relative;
110
110
 
111
- .readOnly:hover {
112
- border: 1px solid var(--hlx-border-color) !important;
111
+ .readOnly.singleBorder:hover {
112
+ border-bottom: 1px solid var(--hlx-border-color) !important;
113
113
  input {
114
114
  cursor: default;
115
115
  }
@@ -186,8 +186,8 @@ input[type='password'] {
186
186
  .input-field.small:hover {
187
187
  border: 1px solid var(--hlx-color-primary);
188
188
  }
189
- .disabled:hover {
190
- border: 1px solid var(--hlx-border-color) !important;
189
+ .disabled.singleBorder:hover {
190
+ border-bottom: 1px solid var(--hlx-border-color) !important;
191
191
  input {
192
192
  cursor: not-allowed;
193
193
  }
@@ -0,0 +1 @@
1
+ /*# sourceMappingURL=config.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"config.css"}
@@ -0,0 +1 @@
1
+ /*# sourceMappingURL=functions.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"functions.css"}