CI: Migrate Sonar Scan job to GHA
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy / policy-instance-dialog / policy-instance-dialog.component.scss
index 7ecfff1..accb527 100644 (file)
     fill: #ffffff;
 }
 
-.text__dark {
-    color: white;
-}
-
-.header {
-    background: linear-gradient(to bottom, white 0%, grayscale($color: #eeeaea) 100%);
-    font-size: 40px;
-    margin-top: 10px;
-    margin-bottom: 10px;
-    margin-left: 2px;
-    margin-right: 2px;
-}
-
 .header-dark {
     background: #2B244D;
 }
     margin-right: 10px;
 }
 
+.header {
+    background: linear-gradient(to bottom, white 0%, grayscale($color: #eeeaea) 100%);
+    font-size: 40px;
+    margin-top: 10px;
+    margin-bottom: 10px;
+    margin-left: 2px;
+    margin-right: 2px;
+}
+
+.header-dark {
+    background: #2B244D;
+}
+
+
 .card {
     height: 100%;
     width: 100%;
@@ -69,4 +70,4 @@
 
 .card-dark {
     background-color: #1c1c24;
-}
\ No newline at end of file
+}