argos/dmp-frontend/src/app/ui/admin/dataset-profile/listing/dataset-profile-listing.com...

119 lines
2.1 KiB
SCSS
Raw Normal View History

.dataset-profile-listing {
2020-11-10 15:53:48 +01:00
margin-top: 1rem;
margin-left: 1rem;
margin-right: 2rem;
}
.mat-table {
margin-top: 47px;
// margin-bottom: 20px;
border-radius: 4px;
}
.mat-fab-bottom-right {
2019-06-05 16:07:36 +02:00
// top: auto !important;
// right: 20px !important;
// bottom: 10px !important;
// left: auto !important;
// position: fixed !important;
float: right;
z-index: 5;
}
.mat-header-row{
background: #f3f5f8;
}
.full-width {
2019-06-05 16:07:36 +02:00
width: 100%;
}
.mat-card {
2019-06-05 16:07:36 +02:00
margin: 16px 0;
}
.mat-row {
2019-06-05 16:07:36 +02:00
cursor: pointer;
min-height: 4.5em;
}
2019-04-24 11:26:53 +02:00
mat-row:hover {
background-color: #eef5f6;
}
.status-chip{
border-radius: 20px;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.2em;
font-size: .8em;
}
.status-chip-finalized{
color: #568b5a;
background: #9dd1a1 0% 0% no-repeat padding-box;
}
.status-chip-draft{
color: #00c4ff;
background: #d3f5ff 0% 0% no-repeat padding-box;
}
// mat-row:nth-child(even){
// background-color:red;
// }
// mat-row:nth-child(odd) {
// background-color: #0c748914;
// // background-color: #eef0fb;
// }
2019-06-05 16:07:36 +02:00
:host ::ng-deep .mat-paginator-container {
2019-06-05 16:07:36 +02:00
flex-direction: row-reverse !important;
justify-content: space-between !important;
background-color: #f6f6f6;
align-items: center;
// height: 30px;
// min-height: 30px !important;
2019-06-05 16:07:36 +02:00
}
// ::ng-deep .mat-paginator-page-size {
// height: 43px;
// }
2019-06-05 16:07:36 +02:00
// ::ng-deep .mat-paginator-range-label {
// margin: 15px 32px 0 24px !important;
// }
2019-06-05 16:07:36 +02:00
// ::ng-deep .mat-paginator-range-actions {
// width: 55% !important;
// min-height: 43px !important;
// justify-content: space-between;
// }
2019-04-24 11:26:53 +02:00
// ::ng-deep .mat-paginator-navigation-previous {
// margin-left: auto !important;
// }
2019-06-05 16:07:36 +02:00
// ::ng-deep .mat-icon-button {
// height: 30px !important;
// font-size: 12px !important;
// }
.import-btn {
background: #ffffff 0% 0% no-repeat padding-box;
border-radius: 30px;
// color: #129d99;
// border: 1px solid #129d99;
padding-left: 2em;
padding-right: 2em;
color: #000;
border: 1px solid #000;
}
.create-btn {
border-radius: 30px;
background-color: #f7dd72;
padding-left: 2em;
padding-right: 2em;
}