argos/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-composite-title/form-composite-title.compon...

32 lines
466 B
SCSS

.compositeField {
// font-weight: bold;
// color: #3a3737;
// max-width: 100%;
// padding-top: 1em;
text-align: left;
font-weight: 700;
font-size: 18px;
letter-spacing: 0px;
color: #212121;
opacity: 0.81;
margin-top: 1.625rem;
margin-bottom: 0.625rem;
}
.info-icon{
margin-top: 1.625rem;
}
h6 {
text-transform: none;
font-weight: 400;
}
.more {
text-decoration: underline;
color: #F7DD72;
cursor: pointer;
font-size: 1rem;
font-weight: 400;
}