Renamed things to fit with namechange of RicSynchronizationTask
[nonrtric.git] / dashboard / webapp-frontend / src / app / policy-control / policy-instance-dialog.component.scss
index 7050020..7ecfff1 100644 (file)
  * ========================LICENSE_END===================================
  */
 
+
+.logo__text {
+    fill: #2B244D;
+}
+
+.logo__text-dark {
+    fill: #ffffff;
+}
+
+.text__dark {
+    color: white;
+}
+
 .header {
-    color: black;
-    background: linear-gradient(to right, white 0%, rgb(217, 216, 231) 100%);
+    background: linear-gradient(to bottom, white 0%, grayscale($color: #eeeaea) 100%);
     font-size: 40px;
-    font-weight: 400;
     margin-top: 10px;
     margin-bottom: 10px;
+    margin-left: 2px;
+    margin-right: 2px;
 }
 
-.logo {
-    margin-left: 10px;
+.header-dark {
+    background: #2B244D;
 }
 
-.logo__text {
-    fill: #2B244D;
-}
-  
-.logo__text-dark {
-    fill: #ffffff;
+.logo {
+    margin-left: 10px;
 }
 
 .logo__icon {
 }
 
 .submitBtn {
-    background-color: #4CAF50; /* Green */
+    background-color: #4CAF50;
+    /* Green */
+    margin-right: 10px;
 }
 
 .card {
     height: 100%;
-    width: 100%;  
-    margin-left: 10px;
-    margin-right: 1px;
+    width: 100%;
+    margin-left: 2px;
+    margin-right: 2px;
+    background-color: grayscale($color: #eeeaea);
+}
+
+.card-dark {
+    background-color: #1c1c24;
 }
\ No newline at end of file