blob: c9e35f91a4181a3bbabd836290e0065ac3068f87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}
|