argos/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss

334 lines
4.6 KiB
SCSS

@use '@angular/material'as mat;
.container-fluid {
margin: 2em 4em;
padding: 2em;
}
.dmp-overview {
//margin-top: 5rem;
}
// ********ICONS********
.back-icon {
opacity: 0.4;
}
.mat-mini-fab {
width: 2.5em;
height: 2.5em;
background-color: var(--primary-color);
color: white;
}
.mat-mini-fab-icon,
.status-icon {
font-size: 1.2em;
}
.status-icon {
color: #a7a7a7;
}
.account-icon {
font-size: 2.5em;
height: auto;
width: auto;
}
// ********BUTTONS********
.id-btn {
background: url("../../../../assets/images/NoPath.png") no-repeat center;
width: 1em;
margin-right: 0.3em;
align-self: center;
}
.description-btn {
width: 36.1em;
padding: 0 1.1em;
background-color: var(--secondary-color);
border-radius: 4px;
justify-content: space-between;
color: #212121;
// opacity: 0.8;
}
.description-finalized-btn {
width: 36.1em;
padding: 0 1.1em;
background-color: #b2f772;
border-radius: 4px;
justify-content: space-between;
color: #212121;
// opacity: 0.8;
}
.show-more-btn {
width: 31.6em;
padding: 0 1em;
background-color: #ffffff00;
color: var(--primary-color);
font-weight: 700;
}
.frame-btn {
border: 1px solid #212121;
color: black;
}
.finalize-btn {
border: 1px solid var(--primary-color);
color: var(--primary-color);
}
.grant-title {
width: 130px;
color: #089dbb;
background-color: white;
padding: 0px 10px;
margin-top: -16px;
cursor: default;
text-transform: uppercase;
}
.frame-btn,
.finalize-btn {
background: #ffffff;
box-shadow: 0px 2px 6px #00000029;
}
.remove-btn {
border: none;
background-color: transparent;
font-size: 0.875em;
font-weight: bold;
margin-left: auto;
}
.invite-btn {
width: 9.4em;
height: 2.9em;
background: #ffffff;
box-shadow: 0px 3px 6px #1e202029;
border: 2px solid #212121;
border-radius: 30px;
}
.account_btn {
background: white;
color: #d5d5d5;
border: none;
height: 2.9em;
}
// ********TEXT********
.dmp-logo {
padding: 10px;
min-width: 4.8em;
height: 2.6em;
background: var(--primary-color);
border-radius: 4px;
font-size: 0.875em;
color: #ffffff;
}
.label-txt {
font-size: 0.875em;
}
.label2-txt {
font-size: 1em;
}
.label-txt,
.label2-txt {
color: #848484;
font-weight: 400;
}
.dmp-label {
font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}
.researcher {
font-size: 0.875em;
color: var(--primary-color);
padding-right: 0.5em;
align-self: center;
}
.header {
opacity: 0.6;
margin-top: 1em;
margin-bottom: 0.5em;
}
.dmp-label,
.header {
font-size: 1.25em;
color: #212121;
}
.desc-txt {
width: 48.25em;
font-size: 1em;
color: #212121;
margin-bottom: 1.875em;
}
.description {
width: fit-content;
}
.description-btn-label {
margin-right: 1em;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: 0px;
color: #212121;
opacity: 0.8;
font-style: normal;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.doi-label {
font-size: 1em;
color: rgba(33, 33, 33, 0.6);
margin-bottom: 0.3em;
}
.doi-txt {
font-size: 1em;
letter-spacing: 0.009em;
color: #7d7d7d;
width: 12em;
height: 1.2em;
overflow: hidden;
border: none;
padding: 0px;
background-color: transparent;
}
.doi-panel {
height: 3.5em;
background: #fafafa;
border: 1px solid #d1d1d1;
border-radius: 4px;
flex-direction: row;
justify-content: space-between;
}
.doi-link {
color: white;
}
.frame {
background: #ffffff;
box-shadow: 0px 1px 5px #00000026;
border-radius: 4px;
overflow: hidden;
min-width: 18.5em;
}
.frame-txt {
color: #000000;
}
.finalize-txt {
color: var(--primary-color);
}
.frame-txt,
.finalize-txt {
font-size: 0.75em;
font-weight: bold;
letter-spacing: 0px;
text-transform: uppercase;
cursor: pointer;
}
.hr-line {
border: 1px solid #dbdbdb;
// width: 274px;
// width: 17em;
width: 100%;
}
.authors {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}
.authors-label {
font-size: 0.875em;
color: #212121;
height: 1.4em;
margin-bottom: 0px;
}
.authors-role {
font-size: 0.875em;
color: #a8a8a8;
height: 1.4em;
margin-bottom: 0px;
}
// ********CENTER ELEMENTS********
.mat-mini-fab,
.mat-mini-fab-icon,
.status-icon,
.dmp-logo,
.frame-btn,
.finalize-btn {
display: flex;
justify-content: center;
align-items: center;
}
.dmp-label,
.description-btn,
.description-finalized-btn,
.add-description-btn,
.doi-panel,
.researcher {
display: flex;
align-items: center;
}
.add-description-btn {
color: #212121 !important;
}
.add-description-btn:hover {
color: var(--primary-color) !important;
}
.show-more-btn {
display: flex;
justify-content: center;
}
::ng-deep .mat-select-value {
color: #848484 !important;
}
.versions-select {
width: 8em;
}
.select-repo {
border-bottom: 1px solid #212121;
}