oxpi-nglib 1.0.8 → 1.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.5",
6
6
  "@angular/core": "^14.0.5"
@@ -199,4 +199,25 @@
199
199
 
200
200
  .margin-right-32 {
201
201
  margin-right: 32px !important;
202
+ }
203
+
204
+ .form-inline-button {
205
+ border: 1px solid #eee;
206
+ background-color: transparent;
207
+ width: 38px;
208
+ cursor: pointer;
209
+ border-radius: 0.25em;
210
+ &:hover {
211
+ background-color: rgba(0, 0, 0, 0.1);
212
+ }
213
+ .material-icons {
214
+ font-size: 20px;
215
+ color: rgba(0, 0, 0, 0.54);
216
+ }
217
+ }
218
+
219
+
220
+ .btn-form-margin
221
+ {
222
+ margin-left: 1px !important;
202
223
  }