Fix for Bug 1495 NG-UI does not start on Air-gapped environments.
[osm/NG-UI.git] / src / assets / scss / app.scss
index 3f976be..38318a7 100644 (file)
@@ -172,6 +172,9 @@ body {
   .close {
     opacity: 1 !important;
   }
+  .closeVersion {
+    text-shadow: none;
+  }
   .roles-section {
     .card {
       .bg-secondary {
@@ -706,3 +709,6 @@ body {
 .text-captilize {
   text-transform: capitalize;
 }
+.text-info{
+  color: $secondary !important;
+}