Changed the Style of GUI
[holmes/rule-management.git] / rulemgt-frontend / src / styles.css
1 /* You can add global styles to this file, and also import other style files */
2 * {
3     font-family: Omnes-ATT-W02, Arial;
4 }
5
6 .modal-dialog {
7     width: 600px;
8 }
9
10 .modal-dialog button.close span {
11     display:none;
12 }