ros.grant.common 2.0.1228 → 2.0.1229
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.
|
@@ -207,6 +207,16 @@
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
+
.payment-comment{
|
|
211
|
+
&__item{
|
|
212
|
+
padding: 16px 0;
|
|
213
|
+
|
|
214
|
+
&:last-child{
|
|
215
|
+
border-bottom: 1px solid var(--Bg1);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
210
220
|
.contacts {
|
|
211
221
|
background: var(--Bg1);
|
|
212
222
|
box-shadow: inset 0px 1px 1px rgba(57, 52, 66, 0.05);
|
package/package.json
CHANGED