2020-06-29 09:53:56 +02:00
|
|
|
.container-fluid {
|
2020-09-24 11:02:51 +02:00
|
|
|
margin: 2em 4em;
|
|
|
|
padding: 2em;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-10-29 12:46:10 +01:00
|
|
|
.dmp-overview {
|
2020-11-10 15:53:48 +01:00
|
|
|
//margin-top: 5rem;
|
2020-10-29 12:46:10 +01:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
// ********ICONS********
|
|
|
|
|
|
|
|
.back-icon {
|
2020-09-24 11:02:51 +02:00
|
|
|
opacity: 0.4;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.mat-mini-fab {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 2.5em;
|
|
|
|
height: 2.5em;
|
|
|
|
background-color: #129d99;
|
|
|
|
color: white;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.mat-mini-fab-icon,
|
|
|
|
.status-icon {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 1.2em;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-icon {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #a7a7a7;
|
2020-03-03 10:20:27 +01:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.account-icon {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 2.5em;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// ********BUTTONS********
|
|
|
|
|
|
|
|
.id-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
background: url("../../../../assets/images/NoPath.png") no-repeat center;
|
|
|
|
width: 1em;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
align-self: center;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.dataset-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 36.1em;
|
|
|
|
padding: 0 1.1em;
|
|
|
|
background-color: #f7dd72;
|
|
|
|
border-radius: 4px;
|
|
|
|
justify-content: space-between;
|
|
|
|
color: #212121;
|
|
|
|
// opacity: 0.8;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.show-more-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 31.6em;
|
|
|
|
padding: 0 1em;
|
|
|
|
background-color: #ffffff00;
|
|
|
|
color: #129d99;
|
|
|
|
font-weight: 700;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.frame-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
border: 1px solid #212121;
|
|
|
|
color: black;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.finalize-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
border: 1px solid #129d99;
|
|
|
|
color: #129d99;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
2020-03-03 10:20:27 +01:00
|
|
|
.grant-title {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 130px;
|
|
|
|
color: #089dbb;
|
|
|
|
background-color: white;
|
|
|
|
padding: 0px 10px;
|
|
|
|
margin-top: -16px;
|
|
|
|
cursor: default;
|
|
|
|
text-transform: uppercase;
|
2020-03-03 10:20:27 +01:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.frame-btn,
|
|
|
|
.finalize-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
background: #ffffff;
|
|
|
|
box-shadow: 0px 2px 6px #00000029;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.remove-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
font-size: 0.875em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: auto;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
2020-06-30 17:33:01 +02:00
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.invite-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 9.4em;
|
|
|
|
height: 2.9em;
|
|
|
|
background: #ffffff;
|
|
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
|
|
border: 2px solid #212121;
|
|
|
|
border-radius: 30px;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.account_btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
background: white;
|
|
|
|
color: #d5d5d5;
|
|
|
|
border: none;
|
|
|
|
height: 2.9em;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
// ********TEXT********
|
|
|
|
|
2020-07-01 17:32:22 +02:00
|
|
|
.dmp-logo {
|
2020-11-10 15:53:48 +01:00
|
|
|
padding: 10px;
|
|
|
|
min-width: 4.8em;
|
2020-09-24 11:02:51 +02:00
|
|
|
height: 2.6em;
|
|
|
|
background: #129d99;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 0.875em;
|
|
|
|
color: #ffffff;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.label-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 0.875em;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.label2-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 1em;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.label-txt,
|
|
|
|
.label2-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #848484;
|
|
|
|
font-weight: 400;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dmp-label {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-weight: bold;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
2020-07-01 17:32:22 +02:00
|
|
|
.uppercase {
|
2020-09-24 11:02:51 +02:00
|
|
|
text-transform: uppercase;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.researcher {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 0.875em;
|
|
|
|
color: #008887;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
align-self: center;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.header {
|
2020-09-24 11:02:51 +02:00
|
|
|
opacity: 0.6;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 0.5em;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.dmp-label,
|
|
|
|
.header {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 1.25em;
|
|
|
|
color: #212121;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.desc-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: 48.25em;
|
|
|
|
font-size: 1em;
|
|
|
|
color: #212121;
|
|
|
|
margin-bottom: 1.875em;
|
2020-03-03 10:20:27 +01:00
|
|
|
}
|
|
|
|
|
2020-09-18 13:14:48 +02:00
|
|
|
.dataset {
|
2020-09-24 11:02:51 +02:00
|
|
|
width: fit-content;
|
2020-09-18 13:14:48 +02:00
|
|
|
}
|
|
|
|
|
2020-06-29 17:30:36 +02:00
|
|
|
.dataset-btn-label {
|
2020-09-24 11:02:51 +02:00
|
|
|
margin-right: 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.8;
|
|
|
|
font-style: normal;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.doi-label {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 1em;
|
|
|
|
color: #212121;
|
|
|
|
opacity: 0.6;
|
|
|
|
margin-bottom: 0.3em;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.doi-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 1em;
|
|
|
|
letter-spacing: 0.009em;
|
|
|
|
color: #7d7d7d;
|
|
|
|
width: 12em;
|
|
|
|
height: 1.2em;
|
|
|
|
overflow: hidden;
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
background-color: transparent;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.doi-panel {
|
2020-09-24 11:02:51 +02:00
|
|
|
height: 3.5em;
|
|
|
|
background: #fafafa;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
border-radius: 4px;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.doi-link {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: white;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
2020-03-03 10:20:27 +01:00
|
|
|
|
2020-06-29 09:53:56 +02:00
|
|
|
.frame {
|
2020-09-24 11:02:51 +02:00
|
|
|
background: #ffffff;
|
|
|
|
box-shadow: 0px 1px 5px #00000026;
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
min-width: 18.5em;
|
2019-05-21 15:42:28 +02:00
|
|
|
}
|
2020-02-25 17:36:43 +01:00
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.frame-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #000000;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.finalize-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #129d99;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.frame-txt,
|
|
|
|
.finalize-txt {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 0.75em;
|
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
cursor: pointer;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
2020-07-01 17:32:22 +02:00
|
|
|
.hr-line {
|
2020-09-24 11:02:51 +02:00
|
|
|
border: 1px solid #dbdbdb;
|
|
|
|
// width: 274px;
|
|
|
|
// width: 17em;
|
|
|
|
width: 100%;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.authors {
|
2020-09-24 11:02:51 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
2020-07-01 17:32:22 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.authors-label {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 0.875em;
|
|
|
|
color: #212121;
|
|
|
|
height: 1.4em;
|
|
|
|
margin-bottom: 0px;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.authors-role {
|
2020-09-24 11:02:51 +02:00
|
|
|
font-size: 0.875em;
|
|
|
|
color: #a8a8a8;
|
|
|
|
height: 1.4em;
|
|
|
|
margin-bottom: 0px;
|
2020-06-30 17:33:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// ********CENTER ELEMENTS********
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.mat-mini-fab,
|
|
|
|
.mat-mini-fab-icon,
|
|
|
|
.status-icon,
|
|
|
|
.dmp-logo,
|
|
|
|
.frame-btn,
|
|
|
|
.finalize-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2020-02-25 17:36:43 +01:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
.dmp-label,
|
|
|
|
.dataset-btn,
|
2020-09-24 11:02:51 +02:00
|
|
|
.add-dataset-btn,
|
2020-07-09 17:31:51 +02:00
|
|
|
.doi-panel,
|
|
|
|
.researcher {
|
2020-09-24 11:02:51 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-06-29 17:30:36 +02:00
|
|
|
}
|
|
|
|
|
2020-09-18 13:14:48 +02:00
|
|
|
.add-dataset-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #212121 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-dataset-btn:hover {
|
|
|
|
color: #129d99 !important;
|
2020-09-18 13:14:48 +02:00
|
|
|
}
|
|
|
|
|
2020-06-30 17:33:01 +02:00
|
|
|
.show-more-btn {
|
2020-09-24 11:02:51 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2020-06-29 09:53:56 +02:00
|
|
|
}
|
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
::ng-deep .mat-select-value {
|
2020-09-24 11:02:51 +02:00
|
|
|
color: #848484 !important;
|
2020-07-09 17:31:51 +02:00
|
|
|
}
|
2020-06-29 09:53:56 +02:00
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
::ng-deep .versions-select .mat-form-field-wrapper {
|
2020-09-24 11:02:51 +02:00
|
|
|
background-color: transparent !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
width: 6.5rem;
|
2020-07-15 17:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .versions-select .mat-form-field-wrapper .mat-form-field-flex {
|
2020-09-24 11:02:51 +02:00
|
|
|
padding: 0 0.5rem 0 0.625rem;
|
|
|
|
margin-bottom: 0.2rem;
|
2020-07-15 17:18:16 +02:00
|
|
|
}
|
|
|
|
|
2020-10-27 13:29:57 +01:00
|
|
|
::ng-deep .versions-select mat-select .mat-select-arrow-wrapper {
|
2020-09-24 11:02:51 +02:00
|
|
|
vertical-align: bottom;
|
2020-07-09 17:31:51 +02:00
|
|
|
}
|
2020-06-29 09:53:56 +02:00
|
|
|
|
2020-07-09 17:31:51 +02:00
|
|
|
::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix {
|
2020-09-24 11:02:51 +02:00
|
|
|
padding: 0rem 0rem 0.4rem 0rem !important;
|
2020-07-09 17:31:51 +02:00
|
|
|
}
|
2020-06-29 09:53:56 +02:00
|
|
|
|
|
|
|
// .card-content {
|
|
|
|
// display: flex;
|
|
|
|
// justify-content: center;
|
|
|
|
// align-items: center;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .actions {
|
|
|
|
// margin-left: auto;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .more-horiz {
|
|
|
|
// font-size: 28px;
|
|
|
|
// color: #aaaaaa;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .more-icon :hover {
|
|
|
|
// color: #00b29f;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .export-btn {
|
|
|
|
// padding-right: 6px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .menu-item {
|
|
|
|
// width: 248px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .dmp-info {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// // margin: 2em 2em;
|
|
|
|
// padding: 1em 1em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .card-subtitle {
|
|
|
|
// font-size: 14px;
|
|
|
|
// font-weight: 700;
|
|
|
|
// color: black;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// margin-top: 0;
|
|
|
|
// margin-bottom: 1rem;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .gray-container {
|
|
|
|
// letter-spacing: 5px;
|
|
|
|
// color: #aaaaaa;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .grant-item,
|
|
|
|
// .researchers {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// border: 2px solid #f2f2f2;
|
|
|
|
// margin-right: 2em;
|
|
|
|
// margin-top: 2em;
|
|
|
|
// padding: 0.5em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .researchers-title {
|
|
|
|
// width: 120px;
|
|
|
|
// color: #089dbb;
|
|
|
|
// background-color: white;
|
|
|
|
// padding: 0px 10px;
|
|
|
|
// margin-top: -16px;
|
|
|
|
// cursor: default;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .grant-title {
|
|
|
|
// width: 68px;
|
|
|
|
// color: #089dbb;
|
|
|
|
// background-color: white;
|
|
|
|
// padding: 0px 10px;
|
|
|
|
// margin-top: -16px;
|
|
|
|
// cursor: default;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .collaborators {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// border: 2px solid #f2f2f2;
|
|
|
|
// margin-right: 2em;
|
|
|
|
// margin-top: 2em;
|
|
|
|
// padding: 0.5em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .collaborators-title {
|
|
|
|
// width: 138px;
|
|
|
|
// color: #089dbb;
|
|
|
|
// background-color: white;
|
|
|
|
// padding: 0px 10px;
|
|
|
|
// margin-top: -16px;
|
|
|
|
// cursor: default;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .container-header {
|
|
|
|
// display: flex;
|
|
|
|
// align-items: baseline;
|
|
|
|
// margin-top: 0px;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// cursor: pointer;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .container-header p {
|
|
|
|
// letter-spacing: 5px;
|
|
|
|
// color: #aaaaaa;
|
|
|
|
// padding-top: 10px;
|
|
|
|
// margin-bottom: 0px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .container-header :hover {
|
|
|
|
// color: #00b29f;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .dataset-card {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// min-width: 0;
|
|
|
|
// word-wrap: break-word;
|
|
|
|
// border-radius: 6px;
|
|
|
|
// color: #333333;
|
|
|
|
// background: #fff;
|
|
|
|
// width: 100%;
|
|
|
|
// min-height: 90%;
|
|
|
|
// max-height: 90%;
|
|
|
|
// margin-top: 1em;
|
|
|
|
// margin-bottom: 1em;
|
|
|
|
// cursor: pointer;
|
|
|
|
// box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .dataset-card h4 {
|
|
|
|
// padding-left: 1em;
|
|
|
|
// margin: 1em 1.5em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .show-more {
|
|
|
|
// background-color: #ffffff00;
|
|
|
|
// color: #00b29f;
|
|
|
|
// font-weight: 700;
|
|
|
|
// justify-self: center;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .visit-website {
|
|
|
|
// background-color: #00b29f;
|
|
|
|
// color: #ffffff;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .draft-bookmark {
|
|
|
|
// color: #e7e6e6;
|
|
|
|
// display: inline;
|
|
|
|
// position: absolute;
|
|
|
|
// margin-top: 0.5em;
|
|
|
|
// margin-left: 0.5em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .finalized-bookmark {
|
|
|
|
// color: #08bd63;
|
|
|
|
// // color: #92d050;
|
|
|
|
// display: inline;
|
|
|
|
// position: absolute;
|
|
|
|
// margin-top: 0.5em;
|
|
|
|
// margin-left: 0.5em;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// h4 span {
|
|
|
|
// color: #089dbb;
|
|
|
|
// font-weight: 600;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .chip {
|
|
|
|
// padding: 0.1em 1em;
|
|
|
|
// margin-top: auto;
|
|
|
|
// margin-bottom: 1em;
|
|
|
|
// margin-left: 2.5em;
|
|
|
|
// margin-right: 2.5em;
|
|
|
|
// border-radius: 10em;
|
|
|
|
// background-color: #0d7489;
|
|
|
|
// // background-color: rgba(0, 112, 192, 1);
|
|
|
|
// // background-color: rgb(70, 135, 230);
|
|
|
|
// color: #fff;
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// font-weight: 500;
|
|
|
|
// max-width: 160px;
|
|
|
|
// white-space: nowrap;
|
|
|
|
// overflow: hidden;
|
|
|
|
// text-overflow: ellipsis;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .avatar {
|
|
|
|
// padding: 0.1em 1em;
|
|
|
|
// margin: 0.5em;
|
|
|
|
// border-radius: 10em;
|
|
|
|
// background-color: #eeeeee;
|
|
|
|
// color: black;
|
|
|
|
// max-width: 160px;
|
|
|
|
// white-space: nowrap;
|
|
|
|
// overflow: hidden;
|
|
|
|
// text-overflow: ellipsis;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .datasets-counter {
|
|
|
|
// display: flex;
|
|
|
|
// cursor: pointer;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .datasets-counter :hover {
|
|
|
|
// color: #00b29f !important;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .total-info {
|
|
|
|
// text-transform: uppercase;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .desc-container {
|
|
|
|
// margin: 0px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .desc {
|
|
|
|
// position: relative;
|
|
|
|
// overflow: hidden;
|
|
|
|
// height: 80px;
|
|
|
|
// font-size: 14px;
|
|
|
|
// padding-top: 15px;
|
|
|
|
// margin-bottom: 30px;
|
|
|
|
// cursor: default;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .desc-expanded {
|
|
|
|
// overflow: visible !important;
|
|
|
|
// height: auto !important;
|
|
|
|
// position: inherit;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .desc:after {
|
|
|
|
// content: "";
|
|
|
|
// text-align: right;
|
|
|
|
// position: absolute;
|
|
|
|
// bottom: 0;
|
|
|
|
// right: 0;
|
|
|
|
// width: 70%;
|
|
|
|
// height: 1.4em;
|
|
|
|
// background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .interact-icon {
|
|
|
|
// cursor: pointer;
|
|
|
|
// margin-left: 32px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .interact-icon :hover {
|
|
|
|
// color: #00b29f !important;
|
|
|
|
// }
|