argos/dmp-frontend/src/app/ui/dmp/dmp-to-dataset/dmp-to-dataset-dialog.compo...

60 lines
864 B
SCSS

.form-container {
}
.close-icon {
cursor: pointer;
margin-right: 20px;
padding: .4rem;
width: auto !important;
height: auto !important;
}
.close-icon:hover {
background-color: #ECECED !important;
border-radius: 50%;
}
.title {
font-size: 2.375em;
font-weight: lighter;
color: #000000;
opacity: 0.8;
margin-bottom: 0.842em;
}
.content {
width: 31em;
margin: 0px;
padding: 0px;
}
::ng-deep .mat-dialog-container {
border-radius: 8px;
}
.laptop-img {
padding-left: 0;
margin-top: 1.5rem;
}
.start-btn {
background: var(--primary-color) 0% 0% no-repeat padding-box;
border: 1px solid var(--primary-color);
border-radius: 30px;
opacity: 1;
min-width: 101px;
height: 43px;
color: #ffffff;
font-weight: 500;
}
.color-green {
color: var(--primary-color);
font-weight: 500;
}
.color-yellow {
color: #FCD431;
font-weight: 500;
}