org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / styles / modal-buttons.css
1 .modal-footer .btn-white,
2 .modal-footer .btn-white:hover {
3     font-family: "OpenSans-Semibold";
4     border-radius: 5px;
5     border: 1px solid #009FDB;
6     background-color:  #FFFFFF;
7     width: 120px;
8     height: 36px;
9     color:  #009FDB;
10     font-size: 13px;
11     line-height: 30px;
12     text-align: center;
13     padding: 4px 12px !important;
14 }
15
16 .modal-footer .btn-primary,
17 .modal-footer .btn-primary:hover{
18     font-family: "OpenSans-Semibold";
19     border-radius: 5px;
20     border: 1px solid #009FDB;
21     background-color:  #009FDB;
22     width: 120px;
23     height: 36px;
24     color:  #FFFFFF;
25     font-size: 13px;
26     line-height: 30px;
27     text-align: center;
28     padding: 4px 12px !important;
29 }