Spaces:
Sleeping
Sleeping
#add { | |
display: none; | |
} | |
html, | |
body { | |
display: flex; | |
flex-direction: column; | |
} | |
.main-content { | |
flex: 1; | |
display: inline-flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: flex-start; | |
padding: 30px; | |
} | |
/* .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; | |
margin-left: 100px; | |
} | |
.form-group label { | |
font-weight: bold; | |
margin-top: -10px; | |
display: block; | |
} | |
.form-group input, | |
.form-group select, | |
.form-group textarea { | |
width: 150%; | |
margin-right: 10% ; | |
padding: 2px; | |
border: 1px solid #ccc; | |
} | |
.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: 300px; | |
} | |
/* Ensure the new row aligns with the previous row */ | |
#schema-table-section { | |
padding: 50px; | |
background-color: #fff; | |
border-radius: 8px; | |
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px ; | |
transition: box-shadow 0.3s ease; | |
width: 500px; | |
} | |
.wrapper { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
margin-left: -100px; | |
} | |
.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; | |
} | |
#tableschema option { | |
margin: 10px 5px; | |
} | |
aside { | |
margin-top: 100px ; | |
} | |
.navbar { | |
margin-left: 0px ; | |
} | |
ul { | |
display: flex ; | |
row-gap: 20px ; | |
margin-top: 40px ; | |
} | |
i { | |
margin-top: 0px ; | |
margin-right: 10px ; | |
} | |
textarea { | |
box-shadow: 0 1px 2px rgba(0, 0, 0, .1) ; | |
width: 250px ; | |
height: 170px ; | |
background-color: white ; | |
color: black ; | |
padding: 10px ; | |
line-height: 35px ; | |
} | |