blob: b5d3d31432ee1993437e72f68548cc2e430bc0e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.modal-footer .btn-white,
.modal-footer .btn-white:hover {
font-family: "OpenSans-Semibold";
border-radius: 5px;
border: 1px solid #009FDB;
background-color: #FFFFFF;
width: 120px;
height: 36px;
color: #009FDB;
font-size: 13px;
line-height: 30px;
text-align: center;
padding: 4px 12px !important;
}
.modal-footer .btn-primary,
.modal-footer .btn-primary:hover{
font-family: "OpenSans-Semibold";
border-radius: 5px;
border: 1px solid #009FDB;
background-color: #009FDB;
width: 120px;
height: 36px;
color: #FFFFFF;
font-size: 13px;
line-height: 30px;
text-align: center;
padding: 4px 12px !important;
}
|