We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4b06f commit 70380c7Copy full SHA for 70380c7
redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss
@@ -6,6 +6,11 @@
6
margin-bottom: 10px;
7
border-radius: 8px;
8
overflow: hidden;
9
+ border: 1px solid var(--recommendationLiveBorderColor);
10
+
11
+ &.read {
12
+ border: 1px solid var(--recommendationBgColor);
13
+ }
14
15
.redisStackLink {
16
margin-right: 12px;
@@ -168,7 +173,7 @@
168
173
:global(.euiButton__text) {
169
174
color: var(--euiColorEmptyShade);
170
175
font:
171
- normal normal 400 14px/17px Graphik,
176
+ normal normal 600 14px/17px Graphik,
172
177
sans-serif !important;
178
}
179
0 commit comments