@woosmap/ui 4.58.0 → 4.60.0
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.
- package/package.json +1 -1
- package/src/styles/commons/sf.styl +16 -6
package/package.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
|
+
|
|
3
4
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
4
5
|
background-color $logo2
|
|
5
6
|
border-color $logo2
|
|
7
|
+
trans()
|
|
8
|
+
&.minimizedContainer:hover
|
|
9
|
+
background-color $sucess2
|
|
10
|
+
|
|
6
11
|
.embeddedServiceSidebarMinimizedDefaultUI.helpButton
|
|
7
12
|
.embeddedServiceHelpButton .helpButton .uiButton
|
|
8
13
|
trans()
|
|
9
14
|
background $logo2
|
|
10
|
-
background linear-gradient(180Deg, $logo2 0, $logo3 100%)
|
|
11
15
|
font-family $fontFamily
|
|
12
16
|
font-size $fontSize
|
|
13
17
|
min-width 1rem
|
|
@@ -15,14 +19,17 @@ body
|
|
|
15
19
|
box-shadow 0 0 .2rem transparent
|
|
16
20
|
&:focus
|
|
17
21
|
outline: none
|
|
18
|
-
background $
|
|
22
|
+
background $logo2
|
|
19
23
|
text-decoration: none;
|
|
20
24
|
.helpButtonLabel
|
|
21
25
|
text-decoration none
|
|
26
|
+
&:before
|
|
27
|
+
all unset
|
|
28
|
+
&:before
|
|
29
|
+
all unset
|
|
22
30
|
&:hover
|
|
23
31
|
textShadow()
|
|
24
|
-
background
|
|
25
|
-
background linear-gradient(180Deg, $success2 0, $success2 100%)
|
|
32
|
+
background $success2
|
|
26
33
|
&:before
|
|
27
34
|
content unset !important
|
|
28
35
|
.embeddedServiceIcon.x-small
|
|
@@ -127,8 +134,11 @@ body
|
|
|
127
134
|
.has-error
|
|
128
135
|
.slds-style-inputtext:not(:focus)
|
|
129
136
|
border-color $error
|
|
130
|
-
.uiInputDefaultError
|
|
131
|
-
|
|
137
|
+
.uiInputDefaultError
|
|
138
|
+
.form-element__help
|
|
139
|
+
font-family $fontFamily
|
|
140
|
+
font-size $fontSize
|
|
141
|
+
color $error
|
|
132
142
|
input
|
|
133
143
|
trans()
|
|
134
144
|
width 100%
|