argos/dmp-frontend/src/app/ui/contact/contact-content/contact-content.component.scss

60 lines
962 B
SCSS

h1 {
text-align: center;
margin: 2rem 0 1rem 0;
}
img {
height: 150px;
width: 100%;
}
.contact-component {
margin-top: 80px;
}
.contact-container {
margin: 1em;
padding: 2em;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
background-color: #ffffff;
}
.contact-actions {
padding-right: 1em;
}
.send-btn {
background: #ffffff 0% 0% no-repeat padding-box;
border: 1px solid #129d99;
border-radius: 30px;
opacity: 1;
width: 101px;
height: 43px;
color: #129d99;
font-weight: 500;
}
.send-btn-disabled {
width: 6.64em;
height: 2.93em;
background: #FFFFFF;
border: 1px solid #B5B5B5;
border-radius: 30px;
font-weight: bold;
letter-spacing: -0.35px;
color: #B5B5B5;
margin-bottom: 0.25em;
cursor: default;
}
.cancel-btn {
background: #ffffff 0% 0% no-repeat padding-box;
border: 1px solid #B5B5B5;
border-radius: 30px;
opacity: 1;
width: 101px;
height: 43px;
color: #212121;
font-weight: 500;
}