Delete react-bootstrap-migration/src/pages/admin/EditMenuGroupPage.css

This commit is contained in:
risadmin_prod 2025-07-18 08:49:28 +00:00
parent 020e28e5ab
commit 6e5f99fa4f

View File

@ -1,39 +0,0 @@
.center {
text-align: center;
}
.section {
background-color: #f7f7f7;
border: 1px solid #dee2e6;
border-bottom: none;
height: 50px;
display: flex;
align-items: center;
margin-top: 1.5rem;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.section p {
padding: 0 1rem;
font-size: 1.1rem;
font-weight: 500;
margin: 0;
}
#lines input,
#lines select {
border: none;
background-color: transparent;
padding-left: 0;
padding-right: 0;
}
#lines input:focus,
#lines select:focus {
box-shadow: none;
}
#lines .form-check-input {
border: 1px solid #dee2e6;
}