@appscode/design-system 2.6.34 → 2.6.35

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.6.34",
3
+ "version": "2.6.35",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -40,13 +40,19 @@
40
40
  margin-left: -20px;
41
41
  border-bottom: 1px solid $color-border;
42
42
 
43
- &.is-unread {
44
- background-color: $secondary-light-gray;
43
+ &.is-read {
44
+ h6 {
45
+ font-weight: 400 !important;
46
+ }
47
+ h6,
48
+ p,
49
+ button,
50
+ span {
51
+ color: $slate-40;
52
+ }
45
53
  }
46
54
  &.is-active {
47
55
  background-color: $primary-light-gray;
48
- border-top: 1px solid $ac-primary;
49
- border-bottom: 1px solid $ac-primary;
50
56
 
51
57
  h6 {
52
58
  color: $ac-primary;
@@ -70,6 +76,9 @@
70
76
  .message-details {
71
77
  max-width: 768px;
72
78
  margin: 0;
79
+ .table.ac-table {
80
+ background-color: #fff;
81
+ }
73
82
  @include until-widescreen {
74
83
  margin: 0;
75
84
  }
@@ -135,7 +144,7 @@ body:has(.message-details) {
135
144
  &.is-open {
136
145
  // background-color: $primary-light-gray;
137
146
  padding: 16px;
138
- border: 2px solid $ac-primary;
147
+ background-color: #f1f1f1;
139
148
  border-radius: 8px;
140
149
  margin: 8px;
141
150
  }
@@ -143,6 +152,8 @@ body:has(.message-details) {
143
152
  max-width: 100%;
144
153
  font-size: 1rem;
145
154
  max-height: 300px;
155
+ padding: 4px;
156
+ border-radius: 4px;
146
157
  }
147
158
  }
148
159