Fix ssh command when execited with a wget pipe
[src/xds/xds-server.git] / webapp / src / app / config / config.component.css
index 208ce6f..6412f9a 100644 (file)
@@ -1,3 +1,8 @@
+.fa-big {
+    font-size: 20px;
+    font-weight: bold;
+}
+
 .fa-size-x2 {
     font-size: 20px;
 }
@@ -24,3 +29,7 @@ tr.info>th {
 tr.info>td {
     vertical-align: middle;
 }
+
+.panel-heading {
+    background: aliceblue;
+}