Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
#sentence-input { | |
margin-bottom: -30px; | |
margin-right: -30px; | |
margin-left: 10px; | |
width: 90%; | |
} | |
#sentence-input form { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-box-orient: horizontal; | |
-webkit-box-direction: normal; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
-ms-flex-wrap: nowrap; | |
flex-wrap: nowrap; | |
-webkit-box-pack: space-evenly; | |
-ms-flex-pack: space-evenly; | |
justify-content: space-evenly; | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center; | |
} | |
#sentence-input form .form-group { | |
-webkit-box-flex: 3; | |
-ms-flex-positive: 3; | |
flex-grow: 3; | |
} | |
#sentence-input form .form-group input { | |
width: 100%; | |
margin-right: 5%; | |
} | |
#sentence-input form .padding { | |
-webkit-box-flex: 0.3; | |
-ms-flex-positive: 0.3; | |
flex-grow: 0.3; | |
} | |
#sentence-input form .btn { | |
-webkit-box-flex: 1; | |
-ms-flex-positive: 1; | |
flex-grow: 1; | |
} | |
/*# sourceMappingURL=SentenceInput.css.map */ |