Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / common / _layout.scss
index dc2a33c..6c6a0cf 100644 (file)
   .modal-title {
     text-transform: uppercase;
   }
-}
\ No newline at end of file
+}
+.page-title {
+  @extend .heading-1;
+  @extend .text-uppercase !optional;
+  margin-bottom: 20px;
+  color: $blue;
+}