@elliemae/ds-basic 2.0.3 → 2.0.4
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/css/dimsum.css
CHANGED
|
@@ -2895,8 +2895,8 @@ fieldset.em-ds-form-item-content {
|
|
|
2895
2895
|
z-index: -1;
|
|
2896
2896
|
width: calc(100% + 16px);
|
|
2897
2897
|
height: calc(100% + 8px);
|
|
2898
|
-
background-color: #
|
|
2899
|
-
border: 1px solid #
|
|
2898
|
+
background-color: #fefbee;
|
|
2899
|
+
border: 1px solid #8f6326;
|
|
2900
2900
|
border-radius: 4px;
|
|
2901
2901
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35); }
|
|
2902
2902
|
|
|
@@ -2908,8 +2908,8 @@ fieldset.em-ds-form-item-content {
|
|
|
2908
2908
|
z-index: -1;
|
|
2909
2909
|
width: calc(100% + 16px);
|
|
2910
2910
|
height: calc(100% + 8px);
|
|
2911
|
-
background-color: #
|
|
2912
|
-
border:
|
|
2911
|
+
background-color: #fff9d3;
|
|
2912
|
+
border: 2px solid #8f6326;
|
|
2913
2913
|
border-radius: 4px;
|
|
2914
2914
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3); }
|
|
2915
2915
|
|