argos/dmp-frontend/src/app/ui/faq/dialog/faq-dialog.component.scss

42 lines
577 B
SCSS

.form {
min-width: 150px;
max-width: 500px;
width: 100%;
}
.full-width {
width: 100%;
}
.close-btn {
cursor: pointer;
}
.clear-icon {
cursor: pointer;
color: #212121;
padding: 0.4rem;
width: auto !important;
height: auto !important;
}
.clear-icon:hover {
background-color: #ececec !important;
border-radius: 50%;
padding: 0.4rem;
}
.faq {
margin-bottom: 1.125rem;
}
.cancel-btn {
background: #ffffff 0% 0% no-repeat padding-box;
border: 1px solid #b5b5b5;
border-radius: 30px;
min-width: 101px;
height: 43px;
color: #212121;
font-weight: 500;
}