web-app-demo/Frontend/src/app/components/entity-tab/entity-tab.component.css (26 lines of code) (raw):
/**
* Copyright 2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.card {
background: rgba(0 0 0 / 4%);
width: 200px;
height: auto;
margin-bottom: 5px;
}
.cards {
position: relative;
left: 500px;
top: 23px;
transform: 0.15%;
overflow: scroll;
max-height: 600px;
}
.card:hover {
box-shadow: 0 3px 10px #4285f4 !important;
transform: translate3d(0, 0, 0);
transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mat-small {
font-size: 12px;
}
mat-card-subtitle {
font-size: 10px;
}