Spaces:
Sleeping
Sleeping
| #add { | |
| display: none; | |
| } | |
| /* .container { | |
| margin-top: 50px; | |
| margin-left: 320px; | |
| max-width: 800px; | |
| padding: 10px; | |
| border: 1px solid #ccc; | |
| border-radius: 5px; | |
| background-color: #fff; | |
| position: relative; | |
| z-index: 1; | |
| } */ | |
| .form-group { | |
| margin-bottom: 20px; | |
| } | |
| .form-group label { | |
| font-weight: bold; | |
| margin-top: -10px; | |
| margin-left: -22px; | |
| display: block; | |
| } | |
| .form-group input, | |
| .form-group select, | |
| .form-group textarea { | |
| width: 100%; | |
| margin-left: -22px; | |
| padding: 2px; | |
| border: 1px solid #ccc; | |
| border-radius: 4px; | |
| } | |
| .btn-primary { | |
| margin-right: 10px; | |
| color: white; | |
| font-size: 16px; | |
| font-weight: bold; | |
| } | |
| /* .btn-container { | |
| text-align: center; | |
| margin-top: 20px; | |
| margin-bottom: 10px; | |
| } */ | |
| .btn-primary { | |
| margin-right: 10px; | |
| color: white; | |
| font-size: 16px; | |
| font-weight: bold; | |
| } | |
| .btn-container { | |
| text-align: center; | |
| margin-top: 30px; | |
| margin-left: 20px; | |
| margin-right: 0px; | |
| margin-bottom: 10px; | |
| /* color: white; */ | |
| } | |
| .btn-container1 { | |
| text-align: center; | |
| margin-top: 50px; | |
| margin-left: 30px; | |
| margin-right: 30px; | |
| margin-bottom: 10px; | |
| color: white; | |
| } | |
| /* #selectedTables, | |
| #labelselected { | |
| display: none; | |
| } */ | |
| .btn-primary:focus, | |
| .btn-primary:active { | |
| color: white; | |
| background-color: #007bff; | |
| border-color: #007bff; | |
| box-shadow: none; | |
| } | |
| #saveBtn1 { | |
| margin: 0 auto; | |
| } | |
| /* footer { | |
| position: relative; | |
| margin-top: auto; | |
| width: 100%; | |
| color: black; | |
| text-align: right; | |
| padding-right: 245px; | |
| padding-top: 20px; | |
| background-color: #f8f9fa; | |
| border: none !important; | |
| } | |
| */ | |
| .small-select { | |
| margin-top: 5px; | |
| width: 200px; | |
| /* Adjust the width as needed */ | |
| } | |
| .custom-dropdown { | |
| width: 250px; | |
| /* Adjust the width as needed */ | |
| } | |
| /* Ensure the new row aligns with the previous row */ | |
| #schema-table-section { | |
| margin-left: -20px; | |
| /* Adjust this if you need spacing between rows */ | |
| padding-top: 5px; | |
| /* Adjust padding if needed */ | |
| } | |
| .alert { | |
| position: relative; | |
| padding: 15px; | |
| margin-bottom: 20px; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| } | |
| .alert-success { | |
| color: #3c763d; | |
| background-color: #dff0d8; | |
| border-color: #d6e9c6; | |
| } | |
| .alert-danger { | |
| color: #a94442; | |
| background-color: #f2dede; | |
| border-color: #ebccd1; | |
| } | |
| .close { | |
| position: absolute; | |
| bottom: 10px; | |
| right: 10px; | |
| border: none; | |
| background: none; | |
| font-size: 16px; | |
| cursor: pointer; | |
| } | |
| .wrapper { | |
| margin-left: 100px; | |
| overflow: hidden; | |
| padding: 0% ; | |
| } | |
| .main-header { | |
| width: 80%; | |
| margin-top: 100px; | |
| border: none; | |
| } | |
| @media screen and (max-width:990px) { | |
| .wrapper { | |
| margin-left: 0%; | |
| overflow: none; | |
| width: auto; | |
| z-index: 1; | |
| } | |
| .main-header { | |
| margin-top: 0%; | |
| width: 100%; | |
| padding: 10px; | |
| border: none; | |
| padding-left: 40px; | |
| } | |
| .form-group { | |
| margin-top: 5px; | |
| width: 100% ; | |
| justify-content: center ; | |
| column-gap: 50px; | |
| } | |
| } | |
| @media screen and (max-width:770px) { | |
| .form-group button { | |
| margin-bottom: 10px ; | |
| margin-left: -40px; | |
| margin-right: 45px ; | |
| width: 110%; | |
| } | |
| } |