@appscode/design-system 1.1.0-beta.18 → 1.1.0-beta.19

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.
@@ -366,6 +366,7 @@
366
366
  width: 16px;
367
367
  height: 16px;
368
368
  top: 4px;
369
+ background: $primary;
369
370
  }
370
371
 
371
372
  &:after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.18",
3
+ "version": "1.1.0-beta.19",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -22,9 +22,6 @@ withDefaults(defineProps<Props>(), {
22
22
  <div class="form-wrapper">
23
23
  <div
24
24
  :class="{
25
- 'pt-20': !reducePaddingTop,
26
- 'pt-10': reducePaddingTop,
27
- 'pl-20': !isContainer,
28
25
  'form-content': !isContainer,
29
26
  container: isContainer,
30
27
  }"
@@ -351,7 +351,7 @@ onUpdated(() => {
351
351
  color: $ac-black;
352
352
  transition: 0.3s ease-in-out;
353
353
  .tag {
354
- background-color: $primary-90;
354
+ background-color: $primary-50;
355
355
  }
356
356
  &:hover {
357
357
  background-color: $primary-95 !important;