Commit 3231328a authored by Kushal Pandya's avatar Kushal Pandya

Add styles for item help text

parent 19c1252b
...@@ -101,6 +101,14 @@ ...@@ -101,6 +101,14 @@
.section-items-container { .section-items-container {
.node-detail-title { .node-detail-title {
color: $theme-gray-700; color: $theme-gray-700;
.node-detail-help-text {
color: $blue-600;
}
.tooltip .tooltip-inner {
text-align: left;
}
} }
.node-detail-value { .node-detail-value {
...@@ -125,6 +133,7 @@ ...@@ -125,6 +133,7 @@
} }
} }
.node-detail-title,
.node-health-status, .node-health-status,
.node-sync-settings, .node-sync-settings,
.node-detail-section .btn-show-section { .node-detail-section .btn-show-section {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment