@appscode/design-system 1.0.43-alpha.159 → 1.0.43-alpha.161

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.
@@ -492,7 +492,9 @@ input[type="color"]::-moz-color-swatch {
492
492
  color: $ac-red;
493
493
  text-align: left;
494
494
  }
495
-
495
+ p.is-error {
496
+ color: $ac-red;
497
+ }
496
498
  code {
497
499
  color: $ac-color-heading;
498
500
  }
@@ -83,6 +83,7 @@
83
83
  margin-right: 20px;
84
84
  padding: 30px 20px 20px;
85
85
  height: 140px;
86
+ cursor: pointer;
86
87
 
87
88
  .ac-card-logo {
88
89
  max-width: 50px;
@@ -109,7 +110,7 @@
109
110
  }
110
111
 
111
112
  &:hover {
112
- background-color: $ac-white;
113
+ background-color: $ac-bg-light-gray;
113
114
  }
114
115
  }
115
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.159",
3
+ "version": "1.0.43-alpha.161",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  <header-item v-if="showUpdateBtn && !isEditorReadOnly">
31
31
  <ac-button
32
32
  modifier-classes="is-square is-primary"
33
- icon-class="fa-floppy-o"
33
+ icon-class="floppy-o"
34
34
  :class="{ 'is-loading': isUpdateActive }"
35
35
  @click.prevent="$emit('updateData', activeKey, activeFile)"
36
36
  />
@@ -29,7 +29,7 @@
29
29
  <!-- modal header end -->
30
30
 
31
31
  <!-- modal body start -->
32
- <div class="ac-modal-body">
32
+ <div class="ac-modal-body ac-vscrollbar">
33
33
  <div class="ac-modal-content">
34
34
  <!-- freedom content start -->
35
35
  <slot />
@@ -27,7 +27,7 @@
27
27
  <!-- modal header end -->
28
28
 
29
29
  <!-- modal body start -->
30
- <div class="ac-modal-body">
30
+ <div class="ac-modal-body ac-vscrollbar">
31
31
  <div class="ac-modal-content">
32
32
  <!-- freedom content start -->
33
33
  <slot />