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/ecs/Home/AddManagerModal.scss

35 lines
562 B

.add-ec-manager-modal {
.ant-modal-body {
padding-bottom: 0;
.ant-table-thead {
background: #fafafa;
}
.ant-table-scroll {
min-height: 250px;
}
.add-ec-manager-search {
margin-bottom: 20px;
.ant-form-item {
margin-bottom: 0;
&-label > label {
font-size: 14px !important;
}
}
}
.error {
height: 20px;
margin-top: -20px;
color: red;
}
}
.ant-modal-footer {
padding-bottom: 20px;
text-align: center;
border-top: unset;
}
}