@appscode/design-system 2.6.34 → 2.6.36
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
|
@@ -40,13 +40,19 @@
|
|
|
40
40
|
margin-left: -20px;
|
|
41
41
|
border-bottom: 1px solid $color-border;
|
|
42
42
|
|
|
43
|
-
&.is-
|
|
44
|
-
|
|
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;
|
|
@@ -61,6 +67,7 @@
|
|
|
61
67
|
}
|
|
62
68
|
.time {
|
|
63
69
|
font-size: 11px;
|
|
70
|
+
text-transform: capitalize;
|
|
64
71
|
}
|
|
65
72
|
.ac-checkbox {
|
|
66
73
|
margin-top: 4px;
|
|
@@ -70,6 +77,9 @@
|
|
|
70
77
|
.message-details {
|
|
71
78
|
max-width: 768px;
|
|
72
79
|
margin: 0;
|
|
80
|
+
.table.ac-table {
|
|
81
|
+
background-color: #fff;
|
|
82
|
+
}
|
|
73
83
|
@include until-widescreen {
|
|
74
84
|
margin: 0;
|
|
75
85
|
}
|
|
@@ -135,7 +145,7 @@ body:has(.message-details) {
|
|
|
135
145
|
&.is-open {
|
|
136
146
|
// background-color: $primary-light-gray;
|
|
137
147
|
padding: 16px;
|
|
138
|
-
|
|
148
|
+
background-color: #f1f1f1;
|
|
139
149
|
border-radius: 8px;
|
|
140
150
|
margin: 8px;
|
|
141
151
|
}
|
|
@@ -143,6 +153,8 @@ body:has(.message-details) {
|
|
|
143
153
|
max-width: 100%;
|
|
144
154
|
font-size: 1rem;
|
|
145
155
|
max-height: 300px;
|
|
156
|
+
padding: 4px;
|
|
157
|
+
border-radius: 4px;
|
|
146
158
|
}
|
|
147
159
|
}
|
|
148
160
|
|