Skip to content

Commit c95dde4

Browse files
Merge pull request #2328 from RedisInsight/fe/feature/RI-4715-update-styles-insights
#RI-4715 - update styles for insight panel
2 parents 291aafb + f451ba0 commit c95dde4

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
background-color: var(--euiColorLightestShade);
8282
border-radius: 4px;
8383
padding: 3px 6px;
84-
84+
8585
code {
8686
font-size: inherit !important;
8787
}
@@ -109,18 +109,18 @@
109109
justify-content: space-around;
110110
align-items: center;
111111
border-top: 1px solid var(--separatorColorLight);
112-
height: 40px;
112+
height: 48px;
113113

114114
.btn {
115-
height: 24px !important;
115+
height: 32px !important;
116116
min-width: 60px !important;
117117

118118
:global(.euiButton__content) {
119-
padding: 0 10px;
119+
padding: 0 12px;
120120
}
121121

122122
:global(.euiButton__text) {
123-
font: normal normal 400 12px/14px Graphik, sans-serif !important;
123+
font: normal normal 400 14px/17px Graphik, sans-serif !important;
124124
}
125125

126126
&:last-of-type {

redisinsight/ui/src/components/recommendation-voting/styles.module.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@
2828
}
2929
}
3030
}
31-
32-
div.highlightText {
33-
color: var(--euiColorPrimary) !important;
34-
}

0 commit comments

Comments
 (0)