prototypes: fix yamllint issues
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / public / stylesheets / search_projects.css
1 /*******************************************************************************
2  * Copyright (c) 2017 Kumar Rishabh and others.
3  *
4  * All rights reserved. This program and the accompanying materials
5  * are made available under the terms of the Apache License, Version 2.0
6  * which accompanies this distribution, and is available at
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *******************************************************************************/
9
10 input[type="text"]:focus:not([readonly]) {
11   transition: all 0s !important;
12   border-radius: 5px;
13   border: 2px solid #333333;
14   box-shadow: 0 0 15px 1px rgba(0,0,0,0.50);
15   color: #333333;
16 }
17 .gray {
18   background: rgb(249,249,249);
19 }
20 .material-search-custom {
21   left : -30px;
22
23   padding-left: 10px;
24 }
25 .form-group-custom {
26   width : 400px;
27   position: relative;
28   float: right;
29   left: -40%;
30 }
31 .form-control-custom {
32   padding-top: 10px;
33   padding-left: 50px;
34 }
35 .card-shadow-custom {
36   box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
37   border-bottom: 2px solid #8B19A2;
38 }
39 .row-custom {
40   width: 100%;
41   margin: 1em 1em 1em 1em;
42   padding-right: 20px;
43 }
44 .card-title-div-custom {
45   margin: 0.5em 0 0.5em 0;
46   text-align: left;
47   display: inline-block;
48 }
49 .card-title-span-custom {
50   margin: 0 0 0 2em;
51   display: inline-block;
52 }
53 .card-title-div-custom-right {
54   margin: 0.5em 0em 0.5em 0;
55   text-align: right;
56   display: inline-block;
57 }
58 .card-image-picture-custom {
59   margin: 1em 0em 0em 3.5em;
60   display: inline-block;
61 }
62 .collection .collection-item.active {
63   background-color: rgb(255,245,114);
64   text-decoration: none;
65   transition: none;
66 }
67 .collection a.collection-item:not(.active):hover {
68   background-color: rgb(255,245,114);
69   text-decoration: none;
70   transition: none;
71 }
72 .collection .collection-item {
73   padding: 1px 25px;
74   border-bottom: 0px;
75   transition: none;
76 }
77 .chip > a {
78   display: block;
79   text-decoration: none;
80   text-align: center;
81   display:inline-block;
82     font-size:13px;
83     font-weight:500;
84     color:rgba(0, 0, 0, 0.6) !important;
85     margin-right: 15px !important;
86     margin-left: 15px !important;
87     text-transform: none !important;
88 }
89 .chip > a:hover {
90   background-color: transparent;
91   text-decoration: none;
92   transition: none;
93 }
94 a.a-custom-more {
95   display: block;
96   text-decoration: none;
97   text-align: center;
98   display:inline-block;
99     font-size: 20px;
100     font-weight:500;
101     color:rgba(0, 0, 0, 0.6) !important;
102     margin-right: 15px !important;
103     text-transform: none !important;
104 }
105 a.a-custom-more:hover {
106   background-color: transparent;
107 }
108 .collection-custom {
109   margin: 0em 0em 0em 1em;
110 }
111 .card .row .card-action-custom {
112   margin-left: 20px;
113 }
114 .rating {
115   color: rgb(253,225,109) !important;
116 }
117 .filled-stars .star i {
118   color: rgb(253,225,109) !important;
119 }
120 .glyphicon-star-empty {
121   color: rgb(221,221,221);
122 }
123 .star {
124 }
125 span.glyphicon.glyphicon-search.form-control-feedback,
126     div.form-group-custom i.material-icons {
127       top: 0.5em;
128       left: 16.5em;
129       cursor:pointer;
130       z-index: 30;
131       position: absolute;
132 }