Fix for Penetration test _ Session and cookie management
[vid.git] / vid-app-common / src / main / webapp / app / vid / styles / modal-buttons.css
1 /*-
2  * ============LICENSE_START=======================================================
3  * VID
4  * ================================================================================
5  * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 .modal-footer .btn-white,
22 .modal-footer .btn-white:hover {
23     font-family: "OpenSans-Semibold";
24     border-radius: 5px;
25     border: 1px solid #009FDB;
26     background-color:  #FFFFFF;
27     width: 120px;
28     height: 36px;
29     color:  #009FDB;
30     font-size: 13px;
31     line-height: 30px;
32     text-align: center;
33     padding: 4px 12px !important;
34 }
35
36 .modal-footer .btn-primary,
37 .modal-footer .btn-primary:hover{
38     font-family: "OpenSans-Semibold";
39     border-radius: 5px;
40     border: 1px solid #009FDB;
41     background-color:  #009FDB;
42     width: 120px;
43     height: 36px;
44     color:  #FFFFFF;
45     font-size: 13px;
46     line-height: 30px;
47     text-align: center;
48     padding: 4px 12px !important;
49 }