Spaces:
Paused
Paused
.main { | |
@media only screen and (min-width: 1000px) { | |
width: 70% ; | |
margin: 0 auto; /* Center the container */ | |
} | |
} | |
.textbox-no-label > label > span { | |
display: none; | |
} | |
.textbox-no-top-bottom-borders > label > textarea { | |
border: none ; | |
} | |
.chatbot-no-label > div > label { | |
display: none; | |
} | |
.md-center { | |
text-align: center; | |
display: block; | |
} | |
.h1-font > span { | |
font-size: xx-large; | |
font-weight: bold; | |
} | |
.json-holder { | |
overflow: scroll; | |
height: 500px; | |
} | |
.group { | |
padding-top: 10px; | |
padding-left: 10px; | |
padding-right: 10px; | |
padding-bottom: 10px; | |
border: 2px dashed gray; | |
border-radius: 20px; | |
box-shadow: 5px 3px 10px 1px rgba(0, 0, 0, 0.4) ; | |
} | |
#bottom-md a { | |
float: left; | |
margin-right: 10px; | |
} | |
#chatbot { | |
height: 600px ; | |
} |