@everchron/ec-shards 0.7.26 → 0.7.27

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": "@everchron/ec-shards",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -118,5 +118,9 @@ label{
118
118
  box-shadow: none;
119
119
  border-color: $red-9;
120
120
  }
121
+
122
+ .ecs-form-control-subtle{
123
+ background: rgba($red-9, .08);
124
+ }
121
125
  }
122
126
  </style>
@@ -68,6 +68,10 @@
68
68
  right: 4px;
69
69
  margin-top: -16px;
70
70
  }
71
+
72
+ .ecs-form-control-xsml + .ecs-input-clear{
73
+ right: 0;
74
+ }
71
75
  }
72
76
 
73
77
  .ecs-input-group-addon,