31 lines
680 B
SCSS
31 lines
680 B
SCSS
#sky-line {
|
|
background-image: url(../../../../assets/images/bw-sky.jpg);
|
|
height: 204px;
|
|
background-position: bottom;
|
|
background-size: cover;
|
|
margin-bottom: -1px;
|
|
}
|
|
.search {
|
|
background-color: #343f69;
|
|
}
|
|
::ng-deep p-paginator div {
|
|
background-color: var(--surface-200) !important;
|
|
}
|
|
.icon-pos {
|
|
position: absolute;
|
|
bottom: 1.5rem; /* Gleich dem Padding des Containers */
|
|
right: 1.5rem; /* Gleich dem Padding des Containers */
|
|
}
|
|
.rounded-image {
|
|
border-radius: 6px;
|
|
// width: 100px;
|
|
max-width: 100px;
|
|
height: 35px;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
padding: 1px 1px;
|
|
object-fit: contain;
|
|
}
|
|
::ng-deep span.p-button-label {
|
|
font-weight: 500;
|
|
}
|