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

77 lines
1.4 KiB
SCSS
Raw Normal View History

2019-06-05 16:07:36 +02:00
.mat-table {
margin-top: 47px;
border-radius: 4px;
2019-06-05 16:07:36 +02:00
}
2019-01-18 18:03:45 +01:00
.dmp-profile-listing {
2020-11-10 15:53:48 +01:00
margin-top: 1.3rem;
margin-left: 1rem;
margin-right: 2rem;
.mat-header-row{
background: #f3f5f8;
2019-06-05 16:07:36 +02:00
}
.mat-card {
margin: 16px 0;
padding: 0px;
2019-06-05 16:07:36 +02:00
}
.mat-row {
cursor: pointer;
min-height: 4.5em;
2019-06-05 16:07:36 +02:00
}
mat-row:hover {
background-color: #eef5f6;
2019-06-05 16:07:36 +02:00
}
.mat-fab-bottom-right {
float: right;
z-index: 5;
}
}
// PAGINATOR
: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;
2019-06-05 16:07:36 +02:00
}
.create-btn {
border-radius: 30px;
2023-02-10 14:08:23 +01:00
background-color: var(--secondary-color);
padding-left: 2em;
padding-right: 2em;
// color: #000;
2019-06-05 16:07:36 +02:00
.button-text{
display: inline-block;
}
2019-06-05 16:07:36 +02:00
}
.import-btn {
background: #ffffff 0% 0% no-repeat padding-box;
border-radius: 30px;
2023-02-10 14:08:23 +01:00
// color: var(--primary-color);
// border: 1px solid var(--primary-color);
padding-left: 2em;
padding-right: 2em;
color: #000;
border: 1px solid #000;
2019-06-05 16:07:36 +02:00
}
.status-chip{
border-radius: 20px;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.2em;
font-size: .8em;
2019-06-05 16:07:36 +02:00
}
.status-chip-finalized{
color: #568b5a;
background: #9dd1a1 0% 0% no-repeat padding-box;
2019-06-05 16:07:36 +02:00
}
2019-01-18 18:03:45 +01:00
.status-chip-draft{
color: #00c4ff;
background: #d3f5ff 0% 0% no-repeat padding-box;
}