@appscode/design-system 2.0.33-alpha.1 → 2.0.33-alpha.2

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.0.33-alpha.1",
3
+ "version": "2.0.33-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  .file-upload {
2
- border: 1px dashed $primary-80;
2
+ border: 1px dashed $color-border-dark;
3
3
  border-radius: 4px;
4
4
  &:hover {
5
5
  background-color: $primary-97;
@@ -525,7 +525,7 @@
525
525
  // file upload
526
526
  .file.ac-file {
527
527
  .file-name {
528
- border-color: $primary-80;
528
+ border-color: $color-border-dark;
529
529
  max-width: 100%;
530
530
  width: 100%;
531
531
  height: 36px;
@@ -545,7 +545,7 @@
545
545
 
546
546
  // file upload
547
547
  .file-upload {
548
- border: 1px dashed $primary-80;
548
+ border: 1px dashed $color-border-dark;
549
549
  border-radius: 4px;
550
550
  &:hover {
551
551
  background-color: $primary-97;