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