2020-06-26 11:08:51 +02:00
|
|
|
.latest-activity-title {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 300;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.6;
|
|
|
|
padding-bottom: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-card,
|
|
|
|
.dataset-card {
|
|
|
|
min-width: 712px;
|
|
|
|
/* min-height: 308px; */
|
|
|
|
background: #ffffff 0% 0% no-repeat padding-box;
|
|
|
|
box-shadow: 0px 3px 6px #0000001a;
|
|
|
|
border-radius: 4px;
|
|
|
|
opacity: 1;
|
|
|
|
margin-top: 2.43rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-border-bottom ::ng-deep .mat-tab-header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"] {
|
|
|
|
background: #fafafa 0% 0% no-repeat padding-box;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
border-radius: 4px;
|
|
|
|
opacity: 1;
|
|
|
|
width: 347px;
|
|
|
|
height: 56px;
|
|
|
|
font-family: Arial, FontAwesome;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edited-date {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 300;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
line-height: 2.4;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-label {
|
2023-02-10 14:08:23 +01:00
|
|
|
background: var(--primary-color) 0% 0% no-repeat padding-box;
|
2020-06-26 11:08:51 +02:00
|
|
|
border-radius: 4px 0px;
|
|
|
|
opacity: 1;
|
2020-11-10 15:53:48 +01:00
|
|
|
min-width: 67px;
|
2020-06-26 11:08:51 +02:00
|
|
|
height: 37px;
|
|
|
|
color: #ffffff;
|
|
|
|
line-height: 2.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataset-label {
|
2020-09-29 17:04:32 +02:00
|
|
|
width: auto;
|
2020-06-26 11:08:51 +02:00
|
|
|
height: 37px;
|
2023-02-10 14:08:23 +01:00
|
|
|
background: var(--secondary-color) 0% 0% no-repeat padding-box;
|
2020-06-26 11:08:51 +02:00
|
|
|
border-radius: 4px 0px;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 2.8;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
2020-07-08 16:54:41 +02:00
|
|
|
font-weight: 400;
|
2020-06-26 11:08:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-title,
|
|
|
|
.dataset-title {
|
|
|
|
text-align: left;
|
2020-10-23 16:59:59 +02:00
|
|
|
font-weight: 600;
|
2020-06-26 11:08:51 +02:00
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-size: 1rem;
|
2020-10-23 16:59:59 +02:00
|
|
|
/* opacity: 0.81; */
|
2020-06-26 11:08:51 +02:00
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.55rem;
|
|
|
|
color: #212121;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataset-subtitle,
|
|
|
|
.dmp-subtitle {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: 400;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
opacity: 1;
|
|
|
|
align-items: center;
|
|
|
|
color: #848484;
|
|
|
|
}
|
|
|
|
|
2020-10-23 16:59:59 +02:00
|
|
|
.dmp-title-draft,
|
|
|
|
.dataset-title-draft {
|
2020-06-26 11:08:51 +02:00
|
|
|
text-align: left;
|
2020-10-23 16:59:59 +02:00
|
|
|
font-weight: 600;
|
2020-06-26 11:08:51 +02:00
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-size: 1rem;
|
2020-10-23 16:59:59 +02:00
|
|
|
/* opacity: 0.81; */
|
2020-06-26 11:08:51 +02:00
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.55rem;
|
|
|
|
color: #f16868;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-align {
|
|
|
|
display: inline-flex;
|
|
|
|
vertical-align: middle;
|
2020-11-06 10:05:05 +01:00
|
|
|
/* line-height: .9em; */
|
2020-10-29 11:10:39 +01:00
|
|
|
/* padding-bottom: 0.4rem; */
|
2020-06-26 11:08:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dataset-card-actions,
|
|
|
|
.dmp-card-actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
border-top: 1px solid #dbdbdb;
|
|
|
|
line-height: 4;
|
|
|
|
color: #848484;
|
|
|
|
}
|
|
|
|
|
2020-11-06 10:05:05 +01:00
|
|
|
.dataset-card-actions,
|
|
|
|
.dmp-card-actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
border-top: 1px solid #dbdbdb;
|
|
|
|
line-height: 4;
|
|
|
|
color: #848484;
|
|
|
|
}
|
|
|
|
|
2020-06-26 11:08:51 +02:00
|
|
|
.dataset-card-actions a,
|
|
|
|
.dmp-card-actions a {
|
|
|
|
color: #848484 !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataset-card-actions a:hover,
|
|
|
|
.dmp-card-actions a:hover {
|
2023-02-10 14:08:23 +01:00
|
|
|
color: var(--primary-color) !important;
|
2020-06-26 11:08:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-dataset-descriptions-title {
|
|
|
|
color: #000000;
|
|
|
|
opacity: 0.6;
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-dataset-descriptions-name {
|
|
|
|
color: #000000;
|
|
|
|
opacity: 0.6;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-more {
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-more:hover {
|
2023-02-10 14:08:23 +01:00
|
|
|
color: var(--primary-color) !important;
|
2020-06-26 11:08:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-load-more {
|
|
|
|
border: 2px solid #212121;
|
|
|
|
border-radius: 30px;
|
|
|
|
opacity: 1;
|
2020-09-11 13:32:34 +02:00
|
|
|
min-width: 132px;
|
|
|
|
width: auto;
|
2020-06-26 11:08:51 +02:00
|
|
|
height: 40px;
|
|
|
|
margin-top: 4.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-load-more:hover {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.draft {
|
|
|
|
color: #f16868;
|
|
|
|
}
|
|
|
|
|
2020-06-30 18:40:01 +02:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-07-10 16:07:03 +02:00
|
|
|
|
2020-07-10 15:52:35 +02:00
|
|
|
.search-form {
|
|
|
|
text-align: left;
|
|
|
|
width: 20rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form mat-icon {
|
2023-02-10 14:08:23 +01:00
|
|
|
color: var(--primary-color);
|
2020-07-10 15:52:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .search-form .mat-form-field-wrapper {
|
|
|
|
background-color: white !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-07-13 12:01:03 +02:00
|
|
|
::ng-deep .sort-form .mat-form-field-wrapper {
|
|
|
|
background-color: white !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-07-10 15:52:35 +02:00
|
|
|
::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix {
|
|
|
|
padding: 0.3rem 0rem 0.6rem 0rem !important;
|
|
|
|
}
|
2020-06-26 11:08:51 +02:00
|
|
|
|
2020-08-06 17:21:53 +02:00
|
|
|
.empty-list {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2020-06-26 11:08:51 +02:00
|
|
|
/* th {
|
2019-10-25 10:05:54 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #212529;
|
2019-04-25 11:03:22 +02:00
|
|
|
}
|
|
|
|
|
2019-10-25 13:54:12 +02:00
|
|
|
.table-row {
|
|
|
|
cursor: pointer;
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2019-04-25 11:03:22 +02:00
|
|
|
.is-public {
|
2019-10-25 10:05:54 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2023-02-10 14:08:23 +01:00
|
|
|
border: 1px solid var(--primary-color-3)3b;
|
|
|
|
color: var(--primary-color-3);
|
|
|
|
background-color: var(--primary-color-3)0f;
|
2019-10-25 10:05:54 +02:00
|
|
|
border-radius: 10em;
|
|
|
|
text-align: center;
|
2019-04-25 11:03:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.template-name {
|
2019-10-25 10:05:54 +02:00
|
|
|
padding-left: 0.5em;
|
|
|
|
border: 1px solid rgb(218, 227, 243);
|
|
|
|
color: rgb(43, 104, 209);
|
|
|
|
background-color: rgb(236, 241, 249);
|
|
|
|
border-radius: 10em;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 160px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-04-25 11:03:22 +02:00
|
|
|
}
|
2019-04-26 18:08:51 +02:00
|
|
|
|
2019-05-21 15:42:28 +02:00
|
|
|
.chip {
|
2019-10-25 10:05:54 +02:00
|
|
|
padding: 0.1em 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: 2.5em;
|
|
|
|
margin-right: 2.5em;
|
|
|
|
border-radius: 10em;
|
|
|
|
background-color: #0d7489;
|
|
|
|
color: #fff;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 500;
|
|
|
|
max-width: 160px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
2019-06-04 13:34:30 +02:00
|
|
|
|
|
|
|
.mat-icon-button :hover {
|
2019-10-25 10:05:54 +02:00
|
|
|
color: rgb(120, 173, 220);
|
2019-06-04 13:34:30 +02:00
|
|
|
}
|
2019-10-25 13:54:12 +02:00
|
|
|
|
|
|
|
.view-all {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
color: #6aa4d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.view-all:hover {
|
|
|
|
color: rgb(46, 117, 182) !important;
|
2020-06-26 11:08:51 +02:00
|
|
|
} */
|