Rework development page: Pre-build, Build, Populate.
[src/xds/xds-server.git] / webapp / src / app / devel / build / build.component.css
similarity index 75%
rename from webapp/src/app/build/build.component.css
rename to webapp/src/app/devel/build/build.component.css
index 11784db..6784a9f 100644 (file)
     border-radius: 4px !important;
 }
 
+.table-center {
+    width: 80%;
+    margin-left: auto;
+    margin-right: auto;
+}
+
 .table-borderless>tbody>tr>td,
 .table-borderless>tbody>tr>th,
 .table-borderless>tfoot>tr>td,
 .textarea-scroll {
     width: 100%;
     overflow-y: scroll;
+}
+
+h2 {
+    font-family: sans-serif;
+    font-variant: small-caps;
+    font-size: x-large;
 }
\ No newline at end of file