422 lines
7.1 KiB
SCSS
422 lines
7.1 KiB
SCSS
form {
|
|
height: calc(100vh - 124px);
|
|
}
|
|
|
|
a {
|
|
color: #000000;
|
|
}
|
|
|
|
a:hover {
|
|
color: #00b29f;
|
|
}
|
|
|
|
.main-content {
|
|
height: 100vh !important;
|
|
}
|
|
|
|
.fixed-editor-header {
|
|
// position: fixed;
|
|
// width: calc(100% - 310px);
|
|
z-index: 3;
|
|
background-color: whitesmoke;
|
|
}
|
|
|
|
.editor-header {
|
|
height: 64px;
|
|
background: var(--unnamed-color-129d99) 0% 0% no-repeat padding-box;
|
|
background: #129d99 0% 0% no-repeat padding-box;
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
padding: 0.6rem;
|
|
margin: 30px 0px 0px 0px;
|
|
border-radius: 4px;
|
|
opacity: 1;
|
|
|
|
.info {
|
|
flex: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.dataset-editor-header {
|
|
height: 113px;
|
|
background: var(--unnamed-color-129d99) 0% 0% no-repeat padding-box;
|
|
background: #f7dd72 0% 0% no-repeat padding-box;
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
padding: 0.6rem;
|
|
margin: 30px 0px 0px 0px;
|
|
border-radius: 4px;
|
|
opacity: 1;
|
|
|
|
.info {
|
|
flex: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.editor-content {
|
|
.form {
|
|
// position: relative;
|
|
// left: 362px;
|
|
// width: calc(100% - 366px);
|
|
|
|
position: relative;
|
|
left: 362px;
|
|
width: calc(100% - 366px);
|
|
overflow-y: auto;
|
|
height: calc(100vh - 218px);
|
|
}
|
|
}
|
|
|
|
.title {
|
|
text-align: left;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.dataset-title {
|
|
text-align: left;
|
|
letter-spacing: 0px;
|
|
color: #212121;
|
|
opacity: 0.9;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.subtitle {
|
|
text-align: left;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
opacity: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dataset-subtitle {
|
|
text-align: left;
|
|
letter-spacing: 0px;
|
|
color: #212121;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
opacity: 0.9;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.discard-btn {
|
|
background: transparent;
|
|
border: 1px solid #ffffff;
|
|
color: white;
|
|
border-radius: 30px;
|
|
opacity: 1;
|
|
width: 110px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.save-btn {
|
|
background: #ffffff 0% 0% no-repeat padding-box;
|
|
border-radius: 30px;
|
|
opacity: 1;
|
|
width: 110px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
color: #129d99;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dataset-discard-btn {
|
|
border: 1px solid #212121;
|
|
border-radius: 30px;
|
|
opacity: 1;
|
|
background-color: transparent;
|
|
font-weight: 700;
|
|
width: 110px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dataset-save-btn {
|
|
background: #ffffff 0% 0% no-repeat padding-box;
|
|
border-radius: 30px;
|
|
opacity: 1;
|
|
width: 110px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dataset-part-of {
|
|
display: flex;
|
|
flex-direction: row;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 0.875rem;
|
|
align-items: center;
|
|
letter-spacing: 0px;
|
|
color: #3d3d3d;
|
|
padding: 0;
|
|
}
|
|
|
|
.changes {
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.dataset-changes {
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.dataset-stepper {
|
|
position: fixed;
|
|
// height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: calc(100vh - 240px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.dmp-stepper {
|
|
position: fixed;
|
|
// height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: calc(100vh - 190px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.stepper-title {
|
|
text-align: left;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
letter-spacing: 0px;
|
|
color: #212121;
|
|
opacity: 0.6;
|
|
margin: 2.875rem 0rem 2.875rem 0rem;
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
.stepper-list li {
|
|
text-align: left;
|
|
font-weight: 400;
|
|
letter-spacing: 0px;
|
|
color: #212121;
|
|
padding: 0.3rem 0.1rem;
|
|
opacity: 0.6;
|
|
cursor: pointer;
|
|
max-width: 290px;
|
|
}
|
|
|
|
.stepper-list .active {
|
|
color: #212121;
|
|
font-weight: 700;
|
|
opacity: 1;
|
|
}
|
|
|
|
.stepper-list .active-dataset {
|
|
color: #212121;
|
|
font-weight: 700;
|
|
opacity: 1;
|
|
.dataset-tag {
|
|
width: 73px;
|
|
height: 27px;
|
|
background-color: #f7dd72;
|
|
color: #5d5d5d;
|
|
border-radius: 4px;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.stepper-options {
|
|
// flex-grow: 1;
|
|
}
|
|
|
|
.stepper-actions {
|
|
display: flex;
|
|
padding-left: 1rem;
|
|
margin-top: auto;
|
|
margin-bottom: 0.5rem;
|
|
// margin-top: 5rem;
|
|
// flex-grow: 8;
|
|
}
|
|
|
|
.stepper-btn {
|
|
border-radius: 30px;
|
|
opacity: 1;
|
|
width: 154px;
|
|
height: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.previous {
|
|
color: #212121;
|
|
background: #f5f5f5 0% 0% no-repeat padding-box;
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
border: 2px solid #212121;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.next {
|
|
background: #129d99 0% 0% no-repeat padding-box;
|
|
color: white;
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
font-weight: 400;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dataset-next {
|
|
background: #f7dd72 0% 0% no-repeat padding-box;
|
|
color: #212121;
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
font-weight: 700;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.previous-disabled {
|
|
border: 1px solid #b5b5b5;
|
|
color: #b5b5b5;
|
|
cursor: auto !important;
|
|
}
|
|
|
|
.next-disabled {
|
|
background: #cbcbcb 0% 0% no-repeat padding-box;
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
color: white;
|
|
cursor: auto !important;
|
|
}
|
|
|
|
.dataset-list {
|
|
list-style-type: none;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.dmp-label {
|
|
width: 67px;
|
|
height: 37px;
|
|
background: #129d99 0% 0% no-repeat padding-box;
|
|
color: white;
|
|
border-radius: 4px;
|
|
opacity: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.dmp-title {
|
|
text-align: left;
|
|
font-weight: 500;
|
|
font-family: "Roboto", sans-serif;
|
|
font-size: 1rem;
|
|
opacity: 0.81;
|
|
padding-top: 0.75rem;
|
|
padding-bottom: 0.55rem;
|
|
color: #212121;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.status-icon {
|
|
font-size: 1.2em;
|
|
color: #a7a7a7;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.cursor-default {
|
|
cursor: default;
|
|
}
|
|
|
|
.finalized-label {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-right: 1rem;
|
|
font-weight: 400;
|
|
font-size: 0.875rem;
|
|
}
|
|
|
|
// ::ng-deep .mat-tab-labels {
|
|
// justify-content: space-between;
|
|
// }
|
|
|
|
// ::ng-deep .mat-tab-label-content {
|
|
// text-transform: uppercase;
|
|
// }
|
|
|
|
::ng-deep .mat-ink-bar {
|
|
background-color: #00b29f !important;
|
|
// background-color: #0070c0 !important;
|
|
}
|
|
|
|
/////// Old version style
|
|
|
|
// .menu-item {
|
|
// width: 248px;
|
|
// }
|
|
|
|
// .more-horiz {
|
|
// font-size: 28px;
|
|
// color: #aaaaaa;
|
|
// }
|
|
|
|
// .clone-dmp {
|
|
// height: 3.5em;
|
|
// }
|
|
|
|
// .clone-mode {
|
|
// // line-height: 2em;
|
|
// text-transform: uppercase;
|
|
// color: #089dbb;
|
|
// font-weight: 400;
|
|
// align-self: center;
|
|
// }
|
|
|
|
// .clone-mode-text {
|
|
// color: black;
|
|
// align-self: center;
|
|
// }
|
|
|
|
// .more-icon :hover {
|
|
// color: #00b29f;
|
|
// }
|
|
|
|
// ::ng-deep .mat-tab-labels {
|
|
// justify-content: space-between;
|
|
// }
|
|
|
|
// ::ng-deep .mat-tab-label-content {
|
|
// text-transform: uppercase;
|
|
// }
|
|
|
|
// ::ng-deep .mat-ink-bar {
|
|
// background-color: #00b29f !important;
|
|
// }
|