Updating versions of Sparky FE files
[aai/sparky-fe.git] / resources / scss / bootstrap-cust / _modals.scss
index 6bc6e46..e074d61 100644 (file)
@@ -1,6 +1,6 @@
 .modal-content {
   .modal-header {
-    border-top: 3px solid $blue;
+    border-top: 3px solid $border-color3;
     .modal-title {
       @extend .heading-2;
     }
@@ -13,6 +13,6 @@
   .modal-footer {
     padding: 15px;
     border-top: 0;
-    background-color: $tlv-gray;
+    background-color: $background-color12;
   }
 }