@wizishop/angular-components 14.4.34 → 14.4.37
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/angular-components.scss
CHANGED
|
@@ -8105,6 +8105,8 @@ div.wac-field-input-search {
|
|
|
8105
8105
|
align-content: center;
|
|
8106
8106
|
justify-content: flex-start;
|
|
8107
8107
|
width: 100%;
|
|
8108
|
+
position: relative;
|
|
8109
|
+
padding-right: 100px;
|
|
8108
8110
|
i {
|
|
8109
8111
|
color: $wac-wizishop-blue;
|
|
8110
8112
|
margin: 0 8px 0 0;
|
|
@@ -8113,12 +8115,19 @@ div.wac-field-input-search {
|
|
|
8113
8115
|
display: inline-block;
|
|
8114
8116
|
margin: 0 20px 0 0;
|
|
8115
8117
|
}
|
|
8118
|
+
wac-button {
|
|
8119
|
+
position: absolute;
|
|
8120
|
+
top: 50%;
|
|
8121
|
+
right: -20px;
|
|
8122
|
+
transform: translateY(-50%);
|
|
8123
|
+
}
|
|
8116
8124
|
}
|
|
8117
8125
|
&:hover,
|
|
8118
8126
|
&:focus {
|
|
8119
8127
|
background-color: darken($wac-color-CTA-select, 10%);
|
|
8120
8128
|
}
|
|
8121
|
-
}
|
|
8129
|
+
}
|
|
8130
|
+
.wac {
|
|
8122
8131
|
&-select-in-text {
|
|
8123
8132
|
width: auto;
|
|
8124
8133
|
position: relative;
|
|
@@ -8165,9 +8174,8 @@ div.wac-field-input-search {
|
|
|
8165
8174
|
bottom: -3px;
|
|
8166
8175
|
left: 0;
|
|
8167
8176
|
width: 100%;
|
|
8168
|
-
height:
|
|
8169
|
-
|
|
8170
|
-
background-position: left top;
|
|
8177
|
+
height: 0;
|
|
8178
|
+
border-bottom: 1px dashed $wac-primary-button;
|
|
8171
8179
|
}
|
|
8172
8180
|
&:after {
|
|
8173
8181
|
content: '';
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|