You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/react/src/modules/help/ContactUs.css

24 lines
505 B

.contact-us-container {
}
.contact-us-container .contact-item {
padding: 20px 15px;
border-bottom: 1px solid #EEEEEE;
}
.contact-us-container .contact-item:first-child {
padding-top: 0;
}
.contact-us-container .contact-item:last-child {
border-bottom: unset;
}
.contact-us-container .contact-item-label {
font-size: 16px;
padding-bottom: 10px;
}
.contact-us-container .contact-item-content {
margin-left: 10px;
}
.contact-us-container .contact-item-content .ant-row {
margin-top: 10px;
}