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.
@@ -139,6 +139,10 @@ hr {
139
139
  font-size: 12px;
140
140
  }
141
141
 
142
+ .color-main1 {
143
+ color: var(--Main1) !important;
144
+ }
145
+
142
146
  .color-accent {
143
147
  color: var(--Main2) !important;
144
148
  }
@@ -259,6 +259,7 @@
259
259
  width: auto;
260
260
  padding: 24px;
261
261
  padding-top: 0;
262
+ padding-bottom: 16px;
262
263
 
263
264
  @media screen and (max-width: 991px) {
264
265
  padding: 16px;
@@ -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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1228",
2
+ "version": "2.0.1229",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {