diff --git a/react-bootstrap-migration/src/pages/admin/EditMenuGroupPage.css b/react-bootstrap-migration/src/pages/admin/EditMenuGroupPage.css deleted file mode 100644 index cd1a7cb..0000000 --- a/react-bootstrap-migration/src/pages/admin/EditMenuGroupPage.css +++ /dev/null @@ -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; -}