@appscode/design-system 2.4.27-alpha-8 → 2.4.27-alpha-9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.4.27-alpha-8",
3
+ "version": "2.4.27-alpha-9",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -189,8 +189,7 @@ $color-border-light: $slate-90;
189
189
  $color-border: $slate-80;
190
190
  $color-border-dark: $slate-70;
191
191
 
192
- // $color-sidebar: hsl($primary-hue, $primary-saturation, var(--sidebar-light, 5%));
193
- $color-sidebar: $slate-5;
192
+ $color-sidebar: hsla($primary-hue, 10%, 5%);
194
193
 
195
194
  // Box Shadow
196
195
  $ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
@@ -44,9 +44,13 @@ h4 {
44
44
  } // 18px
45
45
  h5 {
46
46
  font-size: 1.231rem;
47
+ font-weight: 600;
48
+ letter-spacing: normal;
47
49
  } // 16px
48
50
  h6 {
49
51
  font-size: 1rem;
52
+ letter-spacing: 0;
53
+ font-weight: normal;
50
54
  } // 13px
51
55
 
52
56
  h6 {
@@ -251,7 +251,7 @@
251
251
 
252
252
  .right-content {
253
253
  .status-message {
254
- background-color: #666666 !important;
254
+ background-color: $color-text !important;
255
255
  text-align: center;
256
256
  padding: 4px 20px;
257
257
  border-radius: 4px;