23 lines
554 B
SCSS
23 lines
554 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;
|
|
// background-color: var(--surface-400) !important;
|
|
}
|
|
.rounded-image {
|
|
border-radius: 6px;
|
|
// width: 100px;
|
|
max-width: 100px;
|
|
height: 45px;
|
|
border: 1px solid rgba(0,0,0,0.2);
|
|
padding: 1px 1px;
|
|
object-fit: contain;
|
|
} |