@appscode/design-system 2.0.32-alpha.1 → 2.0.32-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.32-alpha.1",
3
+ "version": "2.0.32-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,7 +1,7 @@
1
1
  // terminal scss start
2
2
  .ac-terminal {
3
3
  width: 100%;
4
- border-top: 1px solid $primary-80;
4
+ border-top: 1px solid $color-border-dark;
5
5
  padding: 0;
6
6
  position: fixed;
7
7
  width: calc(100% - 250px);
@@ -6,7 +6,7 @@
6
6
 
7
7
  label {
8
8
  .upload-icon {
9
- border: 1px solid $primary-80;
9
+ border: 1px solid $color-border-dark;
10
10
  svg {
11
11
  color: $color-heading;
12
12
  }
@@ -367,7 +367,7 @@
367
367
  }
368
368
 
369
369
  textarea {
370
- border: 1px solid $primary-80;
370
+ border: 1px solid $color-border-dark;
371
371
  background-color: transparent;
372
372
  padding: 10px 15px;
373
373
  min-height: 150px;
@@ -392,7 +392,7 @@
392
392
  font-weight: 400;
393
393
  width: 100%;
394
394
  border-radius: 4px;
395
- border: 1px solid $primary-80;
395
+ border: 1px solid $color-border-dark;
396
396
  padding: 8px 15px;
397
397
  font-size: 13px;
398
398
 
@@ -552,7 +552,7 @@
552
552
 
553
553
  label {
554
554
  .upload-icon {
555
- border: 1px solid $primary-80;
555
+ border: 1px solid $color-border-dark;
556
556
  svg {
557
557
  color: $color-heading;
558
558
  }
@@ -10,7 +10,7 @@
10
10
  position: relative;
11
11
  z-index: 99;
12
12
  user-select: none;
13
- border: 1px solid $primary-80;
13
+ border: 1px solid $color-border-dark;
14
14
  cursor: pointer;
15
15
 
16
16
  &:after {
@@ -21,7 +21,7 @@
21
21
  font-weight: 500;
22
22
  width: 100%;
23
23
  border-radius: 4px;
24
- border: 1px solid $primary-80;
24
+ border: 1px solid $color-border-dark;
25
25
  padding: 6px 30px 8px 20px;
26
26
  font-size: 13px;
27
27
  border-radius: 4px;
@@ -502,7 +502,7 @@
502
502
  }
503
503
 
504
504
  textarea {
505
- border: 1px solid $primary-80;
505
+ border: 1px solid $color-border-dark;
506
506
  background-color: transparent;
507
507
  padding: 10px 16px;
508
508
  min-height: 50px;