2024-03-15 14:44:54 +01:00
|
|
|
:host ::ng-deep {
|
|
|
|
display: block;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.start-new-dmp-dialog-wrapper {
|
|
|
|
width: 33.0rem;
|
|
|
|
min-height: 14rem;
|
|
|
|
padding: 0.28rem 0.34rem 0.875rem 0.625rem;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-container {
|
2020-09-28 14:44:32 +02:00
|
|
|
width: 33rem;
|
|
|
|
min-height: 14rem;
|
|
|
|
padding: 0.28rem 0.34rem 0.875rem 0.625rem;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 8.44rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-icon {
|
2020-09-28 14:44:32 +02:00
|
|
|
cursor: pointer;
|
2020-11-06 13:21:14 +01:00
|
|
|
// margin-right: 20px;
|
|
|
|
padding: .4rem;
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-icon:hover {
|
|
|
|
background-color: #ECECED !important;
|
|
|
|
border-radius: 50%;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2020-09-28 14:44:32 +02:00
|
|
|
margin: 2.17rem 2.304rem 1.1875rem 3.065rem;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
2020-09-28 14:44:32 +02:00
|
|
|
.title,
|
|
|
|
.text {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: lighter;
|
|
|
|
color: #000000;
|
|
|
|
opacity: 0.8;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2020-09-28 14:44:32 +02:00
|
|
|
font-size: 2.375rem;
|
2024-03-15 14:44:54 +01:00
|
|
|
line-height: 2.0rem;
|
2020-09-28 14:44:32 +02:00
|
|
|
margin-bottom: 1.1875rem;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
2020-09-28 14:44:32 +02:00
|
|
|
margin-bottom: 2.9375rem;
|
|
|
|
line-height: 1.9rem;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-btn {
|
2020-09-28 14:44:32 +02:00
|
|
|
background-color: white;
|
|
|
|
color: #212121;
|
|
|
|
font-weight: bold;
|
|
|
|
box-shadow: 0px 3px 6px #1e202029;
|
|
|
|
border: 2px solid #212121;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
2020-09-28 14:44:32 +02:00
|
|
|
width: 26.667rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warn {
|
|
|
|
color: #f16868;
|
2020-07-09 12:45:19 +02:00
|
|
|
}
|