Changed the Style of GUI
[holmes/rule-management.git] / rulemgt-frontend / src / styles.css
index 90d4ee0..c9e35f9 100644 (file)
@@ -1 +1,12 @@
 /* You can add global styles to this file, and also import other style files */
+* {
+    font-family: Omnes-ATT-W02, Arial;
+}
+
+.modal-dialog {
+    width: 600px;
+}
+
+.modal-dialog button.close span {
+    display:none;
+}
\ No newline at end of file