@apolitical/component-library 8.3.15 → 8.3.16

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.
@@ -56,6 +56,11 @@ $font-size-md: 1rem;
56
56
  color: get-map($default-colors, 'error600');
57
57
  }
58
58
 
59
+ // Background
60
+ .#{$util-prefix}bg-n50 {
61
+ background-color: get-map($default-colors, 'n50');
62
+ }
63
+
59
64
  // variables
60
65
  // flexbox
61
66
  .#{$util-prefix}flex {
@@ -199,6 +204,9 @@ $font-size-md: 1rem;
199
204
  .#{$util-prefix}mt-0 {
200
205
  margin-top: 0;
201
206
  }
207
+ .#{$util-prefix}mt-10 {
208
+ margin-top: 2.5rem; /* 40px */
209
+ }
202
210
  .#{$util-prefix}mr-auto {
203
211
  margin-right: auto;
204
212
  }
@@ -223,6 +231,10 @@ $font-size-md: 1rem;
223
231
  padding-top: 0;
224
232
  padding-bottom: 0;
225
233
  }
234
+ .#{$util-prefix}py-10 {
235
+ padding-top: 2.5rem; /* 40px */
236
+ padding-bottom: 2.5rem; /* 40px */
237
+ }
226
238
  .#{$util-prefix}px-0 {
227
239
  padding-left: 0;
228
240
  padding-right: 0;